diff --git a/.config/CredScanSuppressions.json b/.config/CredScanSuppressions.json new file mode 100644 index 00000000..7cbdaa2e --- /dev/null +++ b/.config/CredScanSuppressions.json @@ -0,0 +1,9 @@ +{ + "tool": "Credential Scanner", + "suppressions": [ + { + "file": "\\src\\NotepadApp\\WindowsDev_TemporaryKey.pfx", + "_justification": "This is an untrusted, self-signed certificate which is used only during development. Its private key is not intended to be secret." + } + ] +}