Skip to content

Commit

Permalink
Merge pull request #156 from dotnet/github-action/sync-arcade-1690185863
Browse files Browse the repository at this point in the history
Sync shared code from arcade
  • Loading branch information
eerhardt authored Jul 24, 2023
2 parents 40701d6 + 4f704a9 commit 27e7513
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eng/common/sdl/configure-sdl-tool.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ try {
}
'binskim' {
if ($targetDirectory) {
$tool.Args += "`"Target < $TargetDirectory\**`""
# Binskim crashes due to specific PDBs. GitHub issue: https://github.com/microsoft/binskim/issues/924.
# We are excluding all `_.pdb` files from the scan.
$tool.Args += "`"Target < $TargetDirectory\**;-:file|$TargetDirectory\**\_.pdb`""
}
$tool.Args += $BinskimAdditionalRunConfigParams
}
Expand Down

0 comments on commit 27e7513

Please sign in to comment.