From a43e312eb21c895adad46d3355e91bee1984b6ec Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Thu, 26 Mar 2020 13:49:59 -0700 Subject: [PATCH] Credential scans for azure devops (#219) --- .config/CredScanSuppressions.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .config/CredScanSuppressions.json diff --git a/.config/CredScanSuppressions.json b/.config/CredScanSuppressions.json new file mode 100644 index 00000000..1f7b1727 --- /dev/null +++ b/.config/CredScanSuppressions.json @@ -0,0 +1,9 @@ +{ + "tool": "Credential Scanner", + "suppressions": [ + { + "placeholder": "pass@word1", + "_justification": "This is a fake password used in samples." + } + ] + } \ No newline at end of file