Skip to content

Commit

Permalink
Merge pull request #8413 from dotnet/marcpopMSFT-unblockbinskim
Browse files Browse the repository at this point in the history
Having folders in the binskim config causes it to fail.
  • Loading branch information
marcpopMSFT authored Oct 3, 2024
2 parents ddafab1 + 1962eb4 commit f63a464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ extends:
tsa:
enabled: true
binskim:
analyzeTargetGlob: $(Build.SourcesDirectory)/artifacts/bin/**.dll;$(Build.SourcesDirectory)/artifacts/bin/**.exe;
analyzeTargetGlob: +:f|**\*.dll;+:f|**\*.exe;
stages:
- stage: build
displayName: Build
Expand Down

0 comments on commit f63a464

Please sign in to comment.