ARO-RP/.config/CredScanSuppressions.json

38 строки
987 B
JSON

{
"tool": "Credential Scanner",
"suppressions": [
{
"file": "pkg/env/certificateRefresher_test.go",
"_justification": "sample cert for testing"
},
{
"file": "proxy_test.go",
"_justification": "sample login for testing"
},
{
"file": "pullsecret_test.go",
"_justification": "sample login for testing"
},
{
"file": "viper.go",
"_justification": "example login from comments"
},
{
"file": "README.md",
"_justification": "example login from comments"
},
{
"file": "api.go",
"_justification": "example secret in comment"
},
{
"file": "machine_webhook.go",
"_justification": "false positive"
},
{
"file": "doc.go",
"_justification": "examples in comments"
}
]
}