-
Notifications
You must be signed in to change notification settings - Fork 27
/
CredScanSuppressions.json
49 lines (49 loc) · 1.75 KB
/
CredScanSuppressions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"tool": "Credential Scanner",
"suppressions": [
{
"file": "\\docs\\release-notes\\2.0.0.md",
"_justification": "Fake password is used as a example and not a real password"
},
{
"file": "\\docs\\release-notes\\2.1.0.md",
"_justification": "Fake password is used as a example and not a real password"
},
{
"file": "\\docs\\release-notes\\2.2.0.md",
"_justification": "Fake password is used as a example and not a real password"
},
{
"file": "\\docs\\release-notes\\2.2.1.md",
"_justification": "Fake password is used as a example and not a real password"
},
{
"file": "\\docs\\release-notes\\2.3.0.md",
"_justification": "Fake password is used as a example and not a real password"
},
{
"file": "\\docs\\release-notes\\2.4.0.md",
"_justification": "Fake password is used as a example and not a real password"
},
{
"file": "\\docs\\release-notes\\2.5.0.md",
"_justification": "Fake password is used as a example and not a real password"
},
{
"file": "\\docs\\release-notes\\3.0.0.md",
"_justification": "Fake password is used as a example and not a real password"
},
{
"file": "\\docs\\release-notes\\3.1.0.md",
"_justification": "Fake password is used as a example and not a real password"
},
{
"file": "\\src\\deploy-cromwell-on-azure\\scripts\\docker-compose.yml",
"_justification": "Default database password that's not available on the Internet and the user can change"
},
{
"file": "\\src\\deploy-cromwell-on-azure\\scripts\\docker-compose.mysql.yml",
"_justification": "Default database password that's not available on the Internet and the user can change"
}
]
}