correct path for credscan suppression

This commit is contained in:
Tian Liao 2023-10-24 17:19:56 +08:00
commit 5e75f1392b

View file

@ -2,7 +2,7 @@
"tool": "Credential Scanner",
"suppressions": [
{
"file": "\\src\\NotepadApp\\WindowsDev_TemporaryKey.pfx",
"file": "\\src\\Calculator\\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."
}
]