Skip to content

Commit 0969a6c

Browse files
authored
Detect secret (#21)
Enable “detect-secrets” and audited this repository
1 parent ce5ab06 commit 0969a6c

File tree

1 file changed

+114
-0
lines changed

1 file changed

+114
-0
lines changed

.secrets.baseline

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
{
2+
"exclude": {
3+
"files": "package-lock.json|^.secrets.baseline$",
4+
"lines": null
5+
},
6+
"generated_at": "2022-08-18T10:22:46Z",
7+
"plugins_used": [
8+
{
9+
"name": "AWSKeyDetector"
10+
},
11+
{
12+
"name": "ArtifactoryDetector"
13+
},
14+
{
15+
"name": "AzureStorageKeyDetector"
16+
},
17+
{
18+
"base64_limit": 4.5,
19+
"name": "Base64HighEntropyString"
20+
},
21+
{
22+
"name": "BasicAuthDetector"
23+
},
24+
{
25+
"name": "BoxDetector"
26+
},
27+
{
28+
"name": "CloudantDetector"
29+
},
30+
{
31+
"ghe_instance": "github.ibm.com",
32+
"name": "GheDetector"
33+
},
34+
{
35+
"name": "GitHubTokenDetector"
36+
},
37+
{
38+
"hex_limit": 3,
39+
"name": "HexHighEntropyString"
40+
},
41+
{
42+
"name": "IbmCloudIamDetector"
43+
},
44+
{
45+
"name": "IbmCosHmacDetector"
46+
},
47+
{
48+
"name": "JwtTokenDetector"
49+
},
50+
{
51+
"keyword_exclude": null,
52+
"name": "KeywordDetector"
53+
},
54+
{
55+
"name": "MailchimpDetector"
56+
},
57+
{
58+
"name": "NpmDetector"
59+
},
60+
{
61+
"name": "PrivateKeyDetector"
62+
},
63+
{
64+
"name": "SlackDetector"
65+
},
66+
{
67+
"name": "SoftlayerDetector"
68+
},
69+
{
70+
"name": "SquareOAuthDetector"
71+
},
72+
{
73+
"name": "StripeDetector"
74+
},
75+
{
76+
"name": "TwilioKeyDetector"
77+
}
78+
],
79+
"results": {
80+
"README.md": [
81+
{
82+
"hashed_secret": "a68fce5565d5fdcb0aca38111f90416881951123",
83+
"is_secret": false,
84+
"is_verified": false,
85+
"line_number": 80,
86+
"type": "Secret Keyword",
87+
"verified_result": null
88+
},
89+
{
90+
"hashed_secret": "f767eecec85ea7023b5752255363931adc38bbd4",
91+
"is_secret": false,
92+
"is_verified": false,
93+
"line_number": 91,
94+
"type": "Secret Keyword",
95+
"verified_result": null
96+
}
97+
],
98+
"test/integration/key-protect.v2.test.js": [
99+
{
100+
"hashed_secret": "b9fbf9321a42cdd96efacf223057470955ac6197",
101+
"is_secret": false,
102+
"is_verified": false,
103+
"line_number": 146,
104+
"type": "Base64 High Entropy String",
105+
"verified_result": null
106+
}
107+
]
108+
},
109+
"version": "0.13.1+ibm.50.dss",
110+
"word_list": {
111+
"file": null,
112+
"hash": null
113+
}
114+
}

0 commit comments

Comments
 (0)