Skip to content

Commit 71a542f

Browse files
authored
Add CredScanSuppressions (#432)
1 parent a55e96a commit 71a542f

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.config/CredScanSuppressions.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"tool": "Credential Scanner",
3+
"suppressions": [
4+
{
5+
"placeholder": "abcdefg",
6+
"_justification": "This is a fake password used in test code."
7+
},
8+
{
9+
"placeholder": "Pa$$AAECAw==",
10+
"_justification": "This is a fake password used in test code."
11+
},
12+
{
13+
"placeholder": "ALyuoraY/cIWD1hjo+K81/pf83qo6Q6T+UBYcXN9P3A9WHLvEY10f+lwW5qPG6h9xw==",
14+
"_justification": "This is a fake hashed password used in test code."
15+
},
16+
{
17+
"placeholder": "abcdefg123",
18+
"_justification": "This is a fake password used in test code."
19+
},
20+
{
21+
"placeholder": "3e29b24f825e737d97aed5eb62df5076",
22+
"_justification": "This is a fake password used in test code."
23+
},
24+
{
25+
"placeholder": "My Password",
26+
"_justification": "This is a fake password used in test code."
27+
}
28+
]
29+
}

0 commit comments

Comments
 (0)