зеркало из https://github.com/Azure/ARO-RP.git
suppress false positives for passwords found in tests
This commit is contained in:
Родитель
8ec0f80fae
Коммит
1a65fd13af
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче