From b752457e5b2373d06e12a22001b15871900ffa0e Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Mon, 24 Feb 2020 15:02:04 -0800 Subject: [PATCH] Update CredScanSuppressions.json (#19297) --- .config/CredScanSuppressions.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/CredScanSuppressions.json b/.config/CredScanSuppressions.json index 2f6299934d..4c68f893d7 100644 --- a/.config/CredScanSuppressions.json +++ b/.config/CredScanSuppressions.json @@ -20,6 +20,10 @@ { "placeholder": "1qaz@WSX", "_justification": "This is a fake password used in test code." + }, + { + "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\testCert.pfx", + "_justification": "Legitimate UT certificate file with private key" } ] }