From 57397fb035649477b3bdd0b8d0916aed0e3a7175 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Tue, 16 May 2023 11:43:15 -0700 Subject: [PATCH] Update CredScanSuppressions.json after DataProtection move --- .config/CredScanSuppressions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/CredScanSuppressions.json b/.config/CredScanSuppressions.json index 7fc3e78ec4b5..bbad26a6bd08 100644 --- a/.config/CredScanSuppressions.json +++ b/.config/CredScanSuppressions.json @@ -38,11 +38,11 @@ "_justification": "Legitimate UT certificate file with private key" }, { - "file": "\\src\\DataProtection\\DataProtection\\test\\TestFiles\\TestCert1.pfx", + "file": "\\src\\DataProtection\\DataProtection\\test\\Microsoft.AspNetCore.DataProtection.Tests\\TestFiles\\TestCert1.pfx", "_justification": "Legitimate UT certificate file with private key" }, { - "file": "\\src\\DataProtection\\DataProtection\\test\\TestFiles\\TestCert2.pfx", + "file": "\\src\\DataProtection\\DataProtection\\test\\Microsoft.AspNetCore.DataProtection.Tests\\TestFiles\\TestCert2.pfx", "_justification": "Legitimate UT certificate file with private key" }, {