Skip to content

Commit

Permalink
Rollback CredScan to true and added CredScanSuppressions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanann-ms committed Jun 12, 2023
1 parent e2f0960 commit ecbf9b0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CredScanSuppressions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"tool": "Credential Scanner",
"suppressions": [
{
"file": "test_resources/deploy.sh",
"_justification": "Files contain fake credentials used by test code."
},
{
"file": "test_resources/test-resources.bicep",
"_justification": "Files contain fake credentials used by test code."
}
]
}
2 changes: 1 addition & 1 deletion vsts/common/sdl_steps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
APIScan: false
BinSkim: false
CodesignValidation: false
CredScan: false
CredScan: true
FortifySCA: false
FxCop: false
ModernCop: false
Expand Down

0 comments on commit ecbf9b0

Please sign in to comment.