Skip to content

Commit

Permalink
add cred scan supporession for false positives (#2316)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettfo authored Oct 4, 2022
1 parent 332b802 commit 0b66501
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .config/CredScanSuppressions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"tool": "Credential Scanner",
"suppressions": [
{
"file": "/src/dotnet-interactive-vscode-ads/src/azdata.d.ts",
"_justification": "False positives on lines 602 and 625 in an enum: password = 'password'"
}
]
}

0 comments on commit 0b66501

Please sign in to comment.