From 7aaf12a40111252b555d4de802e479029b4e11a6 Mon Sep 17 00:00:00 2001 From: Tian Liao Date: Tue, 24 Oct 2023 17:34:16 +0800 Subject: [PATCH] suppress credscan for CalculatorUnitTests --- .config/CredScanSuppressions.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/CredScanSuppressions.json b/.config/CredScanSuppressions.json index 4b0f239c..07a6e763 100644 --- a/.config/CredScanSuppressions.json +++ b/.config/CredScanSuppressions.json @@ -4,6 +4,10 @@ { "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." + }, + { + "file": "\\src\\CalculatorUnitTests\\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." } ] }