Skip to content

Commit

Permalink
suppress false alarms in cred scan
Browse files Browse the repository at this point in the history
  • Loading branch information
chaireez committed Oct 2, 2023
1 parent ee5327c commit 9f79a17
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .config/CredScanSuppressions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"tool": "Credential Scanner",
"suppressions": [
{
"file": "test/utils/credentials/credentials.go",
"_justification": "False positive variable."
},
{
"file": "vendor/k8s.io/kubernetes/test/utils/admission_webhook.go",
"_justification": "An example certificate with command to create it to go along with it."
}
]
}

0 comments on commit 9f79a17

Please sign in to comment.