From ad0ddd13e76870809a39365c8ecafd20ea0e1b1e Mon Sep 17 00:00:00 2001 From: "Dariy.Nurgaleev" Date: Tue, 7 Apr 2020 17:57:47 +0700 Subject: [PATCH] added credscan file to ignore SQL Express pass --- images.CI/credscan-exclusions.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 images.CI/credscan-exclusions.json diff --git a/images.CI/credscan-exclusions.json b/images.CI/credscan-exclusions.json new file mode 100644 index 000000000..979dfa68d --- /dev/null +++ b/images.CI/credscan-exclusions.json @@ -0,0 +1,9 @@ +{ + "tool": "Credential Scanner", + "suppressions": [ + { + "placeholder": "P@ssword!!", + "_justification": "Password used by SQL Express. It is required to interact with database." + } + ] +} \ No newline at end of file