Skip to content

Commit 952abb7

Browse files
authored
[release/8.0] Reduce the paths that binskim scans (#16288) (#16295)
1 parent 48ee8fc commit 952abb7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ extends:
4545
enabled: true
4646
tsa:
4747
enabled: true
48+
binskim:
49+
scanOutputDirectoryOnly: true
50+
analyzeTargetGlob: +:f|**/artifacts/**/*.dll;+:f|**/artifacts/**/*.exe;-:f|**/*.Tests/**/*;-:f|**/wix/**/*;-:f|**/wix3/**/*;-:f|**/winterop.dll;
51+
4852
stages:
4953
- stage: build
5054
displayName: Build

0 commit comments

Comments
 (0)