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 9518c59 commit 5280e74Copy full SHA for 5280e74
eng/common/sdl/configure-sdl-tool.ps1
@@ -95,6 +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
+ # 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
0 commit comments