Skip to content

Commit

Permalink
(Attempt #2) Update azure-pipelines.yml for binskim (#34802)
Browse files Browse the repository at this point in the history
modified based on suggestion from 1ES support team
  • Loading branch information
SamMonoRT authored Oct 1, 2024
1 parent c4ad630 commit 23c67d1
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 @@ -55,7 +55,7 @@ extends:
baseline:
baselineFile: $(Build.SourcesDirectory)\.config\guardian\.gdnbaselines
binskim:
analyzeTargetGlob: $(Build.SourcesDirectory)/artifacts/bin/**.dll;$(Build.SourcesDirectory)/artifacts/bin/**.exe;
analyzeTargetGlob: $(Build.SourcesDirectory)/artifacts/bin/*.dll;$(Build.SourcesDirectory)/artifacts/bin/*.exe;
policheck:
enabled: true
tsa:
Expand Down

0 comments on commit 23c67d1

Please sign in to comment.