We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b875070 commit ab12c70Copy full SHA for ab12c70
.config/CredScanSuppressions.json
@@ -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
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
19
20
21
+ "placeholder": "1qaz@WSX",
22
23
+ }
24
+ ]
25
+}
0 commit comments