From 918078395c8371787a9751028a48762df08a7dbc Mon Sep 17 00:00:00 2001 From: Bhaskar Brahma Date: Thu, 14 Jan 2021 15:21:57 -0800 Subject: [PATCH] Suppress credscan for fake service account keys for schema testing --- .config/CredScanSuppressions.json | 17 +++++++++++++++++ .gitignore | 2 ++ 2 files changed, 19 insertions(+) create mode 100644 .config/CredScanSuppressions.json diff --git a/.config/CredScanSuppressions.json b/.config/CredScanSuppressions.json new file mode 100644 index 0000000..8e1304e --- /dev/null +++ b/.config/CredScanSuppressions.json @@ -0,0 +1,17 @@ +{ + "tool": "Credential Scanner", + "suppressions": [ + { + "placeholder": "OllwYfXmC0mSMhWg4x+lUdLg6Eoa/d44+PxPTXBaadO5l87L4JzgkyyVvQr8r60WIzG2X8r6LLxkhNBQaHa3XQ==", + "_justification": "This is the secret place holder used by my team" + }, + { + "placeholder": "A+hMRrsZQ6COPXTYX/EiKiF2HVtfhCfLDo3Dkc3ekKoX3jA58zXVG2QRe/C1+zdEFSrVX6FZsKyivsSlnwmWOw==", + "_justification": "This is the secret place holder used by my team" + }, + { + "placeholder": "/yGnx6KyxQ8Pjzk0QXeY+66Du0BeTWaCt83la59w72hu/81e6TzskXXvL/IlO3q6g0k0kJrR9MYQNi+cNR3SXA==", + "_justification": "This is the secret place holder used by my team" + } + ] +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index b43280a..b7a5254 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,5 @@ _testmain.go *.exe *.test *.prof +.vscode/ +.idea/