diff --git a/.config/CredScanSuppressions.json b/.config/CredScanSuppressions.json index d1aaccd12..4d54a7f42 100644 --- a/.config/CredScanSuppressions.json +++ b/.config/CredScanSuppressions.json @@ -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"