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 4076cf5 commit 367865bCopy full SHA for 367865b
eng/common/sdl/configure-sdl-tool.ps1
@@ -95,7 +95,8 @@ 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`""
+ # SuperfileCheck uses two external LLVM libraries (llvm-mca.exe and FileCheck.exe) that we don't build. Excluding them to supporess BA2008.
99
+ $tool.Args += "`"Target < $TargetDirectory\**;-:file|$TargetDirectory\**\_.pdb;-:file|$TargetDirectory\**\llvm-mca.exe;-:file|$TargetDirectory\**\FileCheck.exe`""
100
}
101
$tool.Args += $BinskimAdditionalRunConfigParams
102
0 commit comments