Suppress credscan for fake service account keys for schema testing

This commit is contained in:
Bhaskar Brahma 2021-01-14 15:21:57 -08:00
Родитель 95aae51980
Коммит 918078395c
2 изменённых файлов: 19 добавлений и 0 удалений

Просмотреть файл

@ -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"
}
]
}

2
.gitignore поставляемый
Просмотреть файл

@ -27,3 +27,5 @@ _testmain.go
*.exe
*.test
*.prof
.vscode/
.idea/