Skip to content

Commit

Permalink
suppress false positives for passwords found in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-schndr committed Jul 29, 2022
1 parent 8ec0f80 commit 1a65fd1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .config/CredScanSuppressions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"tool": "Credential Scanner",
"suppressions": [
{
"file": "pkg/portal/kubeconfig/kubeconfig_test.go",
"_justification": "password used for testing"
},
{
"file": "pkg/portal/ssh/ssh_test.go",
"_justification": "passwords used for testing"
},
{
"file": "pkg/env/certificateRefresher_test.go",
"_justification": "sample cert for testing"
Expand Down

0 comments on commit 1a65fd1

Please sign in to comment.