We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07bc73e commit 4775f22Copy full SHA for 4775f22
eng/common/sdl/configure-sdl-tool.ps1
@@ -95,7 +95,7 @@ try {
95
if ($targetDirectory) {
96
# Binskim crashes due to specific PDBs. GitHub issue: https://github.com/microsoft/binskim/issues/924.
97
# We are excluding all `_.pdb` files from the scan.
98
- $tool.Args += "`"Target < $TargetDirectory\**;-:file|$TargetDirectory\**\_.pdb`""
+ $tool.Args += "`"Target < $TargetDirectory\**;-:file|$TargetDirectory\**\_.pdb;-:file|$TargetDirectory\**\llvm-mca.exe;-:file|$TargetDirectory\**\FileCheck.exe`""
99
}
100
$tool.Args += $BinskimAdditionalRunConfigParams
101
0 commit comments