From 5e75f1392b431cd49993d2cfcd9547a71cb37f3b Mon Sep 17 00:00:00 2001 From: Tian Liao Date: Tue, 24 Oct 2023 17:19:56 +0800 Subject: [PATCH] correct path for credscan suppression --- .config/CredScanSuppressions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/CredScanSuppressions.json b/.config/CredScanSuppressions.json index 7cbdaa2e..4b0f239c 100644 --- a/.config/CredScanSuppressions.json +++ b/.config/CredScanSuppressions.json @@ -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." } ]