Skip to content

Commit ec0649c

Browse files
chore: add detect secrets baseline
Signed-off-by: Ricky Moorhouse <[email protected]>
1 parent a70c0df commit ec0649c

File tree

1 file changed

+142
-0
lines changed

1 file changed

+142
-0
lines changed

.secrets.baseline

Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
{
2+
"exclude": {
3+
"files": "^.secrets.baseline$|go.sum|go.work.sum|nets/go.sum|nets/go.work.sum",
4+
"lines": null
5+
},
6+
"generated_at": "2025-05-27T09:50:49Z",
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": "c3d2f18662daa84291dadd26ca1e12eab3578ff0",
83+
"is_secret": false,
84+
"is_verified": false,
85+
"line_number": 92,
86+
"type": "Secret Keyword",
87+
"verified_result": null
88+
},
89+
{
90+
"hashed_secret": "d613d2101c010a149e22d0bc850cb6c73ee5c351",
91+
"is_secret": false,
92+
"is_verified": false,
93+
"line_number": 93,
94+
"type": "Secret Keyword",
95+
"verified_result": null
96+
}
97+
],
98+
"docs/config.md": [
99+
{
100+
"hashed_secret": "a38ceb164493b0a39c7c46f055bbeb0deb3dfb63",
101+
"is_secret": false,
102+
"is_verified": false,
103+
"line_number": 88,
104+
"type": "Secret Keyword",
105+
"verified_result": null
106+
}
107+
],
108+
"nets/certs/certs.go": [
109+
{
110+
"hashed_secret": "4d55af37dbbb6a42088d917caa1ca25428ec42c9",
111+
"is_secret": false,
112+
"is_verified": false,
113+
"line_number": 43,
114+
"type": "Secret Keyword",
115+
"verified_result": null
116+
},
117+
{
118+
"hashed_secret": "37b84520ccadb90b930dcf563e7227e3492466c0",
119+
"is_secret": false,
120+
"is_verified": false,
121+
"line_number": 72,
122+
"type": "Secret Keyword",
123+
"verified_result": null
124+
}
125+
],
126+
"nets/consumption/ibmcloud.go": [
127+
{
128+
"hashed_secret": "3e4bdbe0b80e63c22b178576e906810777387b50",
129+
"is_secret": false,
130+
"is_verified": false,
131+
"line_number": 48,
132+
"type": "Secret Keyword",
133+
"verified_result": null
134+
}
135+
]
136+
},
137+
"version": "0.13.1+ibm.62.dss",
138+
"word_list": {
139+
"file": null,
140+
"hash": null
141+
}
142+
}

0 commit comments

Comments
 (0)