diff --git a/.config/CredScanSuppressions.json b/.config/CredScanSuppressions.json new file mode 100644 index 000000000..e8451b4dd --- /dev/null +++ b/.config/CredScanSuppressions.json @@ -0,0 +1,13 @@ +{ + "tool": "Credential Scanner", + "suppressions": [ + { + "file": "test/utils/credentials/credentials.go", + "_justification": "False positive variable." + }, + { + "file": "vendor/k8s.io/kubernetes/test/utils/admission_webhook.go", + "_justification": "An example certificate with command to create it to go along with it." + } + ] +}