Browse Source

Move CredScanSuppressions.json to root of repo (#39780)

* Move CredScanSuppressions.json to root of repo

* Pass suppression file

* Typo

* SuppressionsPath
William Godbe 4 years ago
parent
commit
cc3f45a3fb
2 changed files with 1 additions and 0 deletions
  1. 0 0
      CredScanSuppressions.json
  2. 1 0
      eng/sdl-tsa-vars.config

+ 0 - 0
.config/CredScanSuppressions.json → CredScanSuppressions.json


+ 1 - 0
eng/sdl-tsa-vars.config

@@ -10,3 +10,4 @@
 -TsaOnboard $True
 -TsaPublish $True
 -PoliCheckAdditionalRunConfigParams @("UserExclusionPath < $(Build.SourcesDirectory)/s/eng/PoliCheckExclusions.xml")
+-CrScanAdditionalRunConfigParams @("SuppressionsPath < $(Build.SourcesDirectory)/s/CredScanSuppressions.json")