From 225e8ff9142c164cfb61ccc6f0e92c334825c8d8 Mon Sep 17 00:00:00 2001 From: Sima Zhu <48036328+sima-zhu@users.noreply.github.com> Date: Tue, 19 Apr 2022 16:12:46 -0700 Subject: [PATCH] Initialize the suppression file. (#3569) --- eng/CredScanSuppression.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 eng/CredScanSuppression.json diff --git a/eng/CredScanSuppression.json b/eng/CredScanSuppression.json new file mode 100644 index 000000000..106f9fda5 --- /dev/null +++ b/eng/CredScanSuppression.json @@ -0,0 +1,11 @@ +{ + "tool": "Credential Scanner", + "suppressions": [ + { + "file":[ + "eng/common/testproxy/dotnet-devcert.pfx" + ], + "_justification": "File contains private key used by test code." + } + ] +}