Skip to content

Commit ab12c70

Browse files
authored
Suppress false-positives in credential scanning (#4392)
1 parent b875070 commit ab12c70

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.config/CredScanSuppressions.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"tool": "Credential Scanner",
3+
"suppressions": [
4+
{
5+
"placeholder": "password",
6+
"_justification": "This is a fake password used in test code."
7+
},
8+
{
9+
"placeholder": "newpassword",
10+
"_justification": "This is a fake password used in test code."
11+
},
12+
{
13+
"placeholder": "AAABAgMEBQYHCAkKCwwNDg+ukCEMDf0yyQ29NYubggE=",
14+
"_justification": "This is a fake password hash used in test code."
15+
},
16+
{
17+
"placeholder": "1qaz!QAZ",
18+
"_justification": "This is a fake password used in test code."
19+
},
20+
{
21+
"placeholder": "1qaz@WSX",
22+
"_justification": "This is a fake password used in test code."
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)