From 4f5d86cb84251d723723f2262d087443fc417074 Mon Sep 17 00:00:00 2001 From: Luc Genetier <69138830+LucGenetier@users.noreply.github.com> Date: Wed, 4 Oct 2023 16:59:11 +0200 Subject: [PATCH] Add credscan exceptions for YAML files (#1914) --- .config/CredScanSuppressions.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .config/CredScanSuppressions.json diff --git a/.config/CredScanSuppressions.json b/.config/CredScanSuppressions.json new file mode 100644 index 000000000..5a3d29f79 --- /dev/null +++ b/.config/CredScanSuppressions.json @@ -0,0 +1,13 @@ +{ + "tool": "Credential Scanner", + "suppressions": [ + { + "placeholder": "password", + "_justification": "YAML files in report folder are auto-generated and safe" + }, + { + "hash": "k+575RyMT3N7/zEYEg3z1hc+BWqtHExK1ib2jhk5Kvs=", + "_justification": "YAML files in report folder are auto-generated and safe" + } + ] +} \ No newline at end of file