Skip to content

Commit 939385d

Browse files
authored
binskim: skip analyzing some dependencies (#10917) (#10919)
* Exclude dependencies triggering binskim * use backslash in globs
1 parent 99581be commit 939385d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/ci/templates/official/jobs/build-artifacts-windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
windows_drop_path: $(drop_path)/windows
1414

1515
templateContext:
16+
sdl:
17+
binskim:
18+
analyzeTargetGlob: "+:f|$(drop_path)\\**\\*.dll;+:f|$(drop_path)\\**\\*.exe;-:f|$(drop_path)\\**\\*MonoPosixHelper.dll;-:f|$(drop_path)\\**\\FunctionsNetHost.exe;-:f|$(drop_path)\\**\\grpc_csharp_ext.*.dll"
1619
outputParentDirectory: $(drop_path)
1720
outputs:
1821
- output: pipelineArtifact

0 commit comments

Comments
 (0)