suppress false positives for passwords found in tests

This commit is contained in:
tschneid 2022-07-29 13:52:36 -05:00
Родитель 8ec0f80fae
Коммит 1a65fd13af
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -1,6 +1,14 @@
{ {
"tool": "Credential Scanner", "tool": "Credential Scanner",
"suppressions": [ "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", "file": "pkg/env/certificateRefresher_test.go",
"_justification": "sample cert for testing" "_justification": "sample cert for testing"