Skip to content

Commit 2556265

Browse files
committed
try enabling binskim only for the windows leg
1 parent e40e0e7 commit 2556265

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vsts-ci-official.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ extends:
4343
customBuildTags:
4444
- ES365AIMigrationTooling
4545
sdl:
46-
binskim:
47-
scanOutputDirectoryOnly: true
48-
preReleaseVersion: '4.3.1'
4946
policheck:
5047
enabled: true
5148
tsa:
@@ -67,6 +64,9 @@ extends:
6764
timeoutInMinutes: 180 # increase timeout since BAR publishing might wait a long time
6865
jobs:
6966
- job: Windows
67+
sdl:
68+
binskim:
69+
analyzeTargetGlob: +:f|artifacts\bin\**\*.dll;+:f|artifacts\bin\**\*.exe;
7070
pool:
7171
name: NetCore1ESPool-Internal
7272
demands: ImageOverride -equals windows.vs2022.amd64

0 commit comments

Comments
 (0)