Skip to content

Commit 7a97c79

Browse files
committed
Removed unused suppressions file. Additional suppression for BinSkim.
1 parent adc4506 commit 7a97c79

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

tools/SecurityTools/PolicheckSuppressions.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

tools/SecurityTools/RunBinSkim.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$repoRoot = "$PSScriptRoot/../.."
22
$binSkim = (Get-Item -Path "$repoRoot/tools/SecurityTools/Microsoft.CodeAnalysis.BinSkim*/tools/*/win-x64/BinSkim.exe" | Select-Object -First 1).FullName
33
$dllBaseFolder = "$repoRoot/artifacts/Debug"
4-
$suppressions = @('Microsoft.Azure.DataLake.Store.dll','Microsoft.WindowsAzure.Storage.DataMovement.PowerShell.dll')
4+
$suppressions = @('Microsoft.Azure.DataLake.Store.dll','Microsoft.WindowsAzure.Storage.DataMovement.PowerShell.dll','Microsoft.Azure.Storage.DataMovement.dll')
55
$resultsPath = "$repoRoot/artifacts/BinSkim-Results.sarif"
66

77
# Renaming suppressed files since BinSkim has no file filtering support

0 commit comments

Comments
 (0)