зеркало из 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",
|
"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"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче