Skip to content

Commit aaa3650

Browse files
committed
Try BinSkim extraction
Try setting env vars to allow BinSkim extracting other file types
1 parent cc5bcc6 commit aaa3650

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
@@ -59,6 +59,10 @@ extends:
5959
binskim:
6060
scanOutputDirectoryOnly: true
6161
preReleaseVersion: '4.3.1'
62+
env:
63+
GDN_EXTRACT_TOOLS = "binskim"
64+
GDN_EXTRACT_TARGETS = true
65+
GDN_EXTRACT_FILTER = "f|**\*.zip;f|**\*.nupkg;f|**\*.vsix;f|**\*.cspkg;f|**\*.sfpkg;f|**\*.package"
6266
policheck:
6367
enabled: true
6468
tsa:

0 commit comments

Comments
 (0)