From dcad893a1fc099c5713a4ff92bc9be7080db2c5c Mon Sep 17 00:00:00 2001 From: Ryu Yu <11051729+ryuyu@users.noreply.github.com> Date: Fri, 15 Mar 2024 17:00:50 -0700 Subject: [PATCH] Suppress credscan on test files (#424) --- CredScanSuppressions.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CredScanSuppressions.json diff --git a/CredScanSuppressions.json b/CredScanSuppressions.json new file mode 100644 index 00000000..47d8315e --- /dev/null +++ b/CredScanSuppressions.json @@ -0,0 +1,9 @@ +{ + "tool": "Credential Scanner", + "suppressions": [ + { + "file": "tests/NuGet.Services.KeyVault.Tests/KeyVaultReaderFormatterFacts.cs", + "_justification": "Test file containing fake credentials" + } + ] +} \ No newline at end of file