Skip to content

Commit 00772e9

Browse files
jviaubrettsam
authored andcommitted
binskim: skip analyzing some dependencies (#10917)
* Exclude dependencies triggering binskim * use backslash in globs
1 parent 69a4303 commit 00772e9

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

+3
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)