Skip to content

Commit 6b4e431

Browse files
huayuenhGitHub Enterprise
authored andcommitted
add secrets ignore file for false positives (#2)
1 parent 73ce0c4 commit 6b4e431

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

.secrets.baseline

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"exclude": {
3+
"files": "^.secrets.baseline$",
4+
"lines": null
5+
},
6+
"generated_at": "2021-07-09T08:29:24Z",
7+
"plugins_used": [
8+
{
9+
"name": "AWSKeyDetector"
10+
},
11+
{
12+
"name": "ArtifactoryDetector"
13+
},
14+
{
15+
"base64_limit": 4.5,
16+
"name": "Base64HighEntropyString"
17+
},
18+
{
19+
"name": "BasicAuthDetector"
20+
},
21+
{
22+
"name": "BoxDetector"
23+
},
24+
{
25+
"name": "CloudantDetector"
26+
},
27+
{
28+
"ghe_instance": "github.ibm.com",
29+
"name": "GheDetector"
30+
},
31+
{
32+
"hex_limit": 3,
33+
"name": "HexHighEntropyString"
34+
},
35+
{
36+
"name": "IbmCloudIamDetector"
37+
},
38+
{
39+
"name": "IbmCosHmacDetector"
40+
},
41+
{
42+
"name": "JwtTokenDetector"
43+
},
44+
{
45+
"keyword_exclude": null,
46+
"name": "KeywordDetector"
47+
},
48+
{
49+
"name": "MailchimpDetector"
50+
},
51+
{
52+
"name": "PrivateKeyDetector"
53+
},
54+
{
55+
"name": "SlackDetector"
56+
},
57+
{
58+
"name": "SoftlayerDetector"
59+
},
60+
{
61+
"name": "StripeDetector"
62+
},
63+
{
64+
"name": "TwilioKeyDetector"
65+
}
66+
],
67+
"results": {
68+
"chart/ui/values.yaml": [
69+
{
70+
"hashed_secret": "e22bc212286434fe358f365b5114c731811490d0",
71+
"is_secret": false,
72+
"is_verified": false,
73+
"line_number": 5,
74+
"type": "Secret Keyword",
75+
"verified_result": null
76+
}
77+
]
78+
},
79+
"version": "0.13.1+ibm.39.dss",
80+
"word_list": {
81+
"file": null,
82+
"hash": null
83+
}
84+
}

0 commit comments

Comments
 (0)