Skip to content

Commit c8f05b0

Browse files
committed
chore(detect-secrets): run detect secrets
1 parent 722fb06 commit c8f05b0

File tree

2 files changed

+320
-1
lines changed

2 files changed

+320
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,4 +252,3 @@ npm-debug.log
252252
**/*.openapi-generator*
253253

254254
.pre-commit-config.yaml
255-
.secrets.baseline

.secrets.baseline

Lines changed: 320 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,320 @@
1+
{
2+
"exclude": {
3+
"files": "package-lock.json|^.secrets.baseline$",
4+
"lines": null
5+
},
6+
"generated_at": "2022-03-18T18:46:42Z",
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+
"CHANGELOG.md": [
81+
{
82+
"hashed_secret": "939999726d2023fca902233e45790c08081dc91b",
83+
"is_secret": false,
84+
"is_verified": false,
85+
"line_number": 67,
86+
"type": "Hex High Entropy String",
87+
"verified_result": null
88+
},
89+
{
90+
"hashed_secret": "edb6d1eb73ea2d50a6b29b7f3f66862b9fd515a8",
91+
"is_secret": false,
92+
"is_verified": false,
93+
"line_number": 94,
94+
"type": "Hex High Entropy String",
95+
"verified_result": null
96+
}
97+
],
98+
"src/IBM.Watson.Assistant.v1/Test/Integration/AssistantServiceIntegrationTests.cs": [
99+
{
100+
"hashed_secret": "5d700c5e6706768a3f86c4e52318e9f640fdeeee",
101+
"is_secret": false,
102+
"is_verified": false,
103+
"line_number": 34,
104+
"type": "Secret Keyword",
105+
"verified_result": null
106+
}
107+
],
108+
"src/IBM.Watson.Assistant.v2/Test/Integration/AssistantServiceIntegrationConfigTests.cs": [
109+
{
110+
"hashed_secret": "5d700c5e6706768a3f86c4e52318e9f640fdeeee",
111+
"is_secret": false,
112+
"is_verified": false,
113+
"line_number": 35,
114+
"type": "Secret Keyword",
115+
"verified_result": null
116+
}
117+
],
118+
"src/IBM.Watson.Assistant.v2/Test/Integration/AssistantServiceIntegrationTests.cs": [
119+
{
120+
"hashed_secret": "5d700c5e6706768a3f86c4e52318e9f640fdeeee",
121+
"is_secret": false,
122+
"is_verified": false,
123+
"line_number": 34,
124+
"type": "Secret Keyword",
125+
"verified_result": null
126+
}
127+
],
128+
"src/IBM.Watson.Discovery.v1/Model/CredentialDetails.cs": [
129+
{
130+
"hashed_secret": "e8fc807ce6fbcda13f91c5b64850173873de0cdc",
131+
"is_secret": false,
132+
"is_verified": false,
133+
"line_number": 53,
134+
"type": "Secret Keyword",
135+
"verified_result": null
136+
},
137+
{
138+
"hashed_secret": "fdee05598fdd57ff8e9ae29e92c25a04f2c52fa6",
139+
"is_secret": false,
140+
"is_verified": false,
141+
"line_number": 57,
142+
"type": "Secret Keyword",
143+
"verified_result": null
144+
}
145+
],
146+
"src/IBM.Watson.Discovery.v1/Test/Integration/DiscoveryIntegrationTests.cs": [
147+
{
148+
"hashed_secret": "5d700c5e6706768a3f86c4e52318e9f640fdeeee",
149+
"is_secret": false,
150+
"is_verified": false,
151+
"line_number": 39,
152+
"type": "Secret Keyword",
153+
"verified_result": null
154+
},
155+
{
156+
"hashed_secret": "17407b9f6b814464de51ccc98f24c5a54163c6f2",
157+
"is_secret": false,
158+
"is_verified": false,
159+
"line_number": 758,
160+
"type": "Secret Keyword",
161+
"verified_result": null
162+
},
163+
{
164+
"hashed_secret": "36daf5fb1e94f51ff9ce80be217a128e9d7df6b9",
165+
"is_secret": false,
166+
"is_verified": false,
167+
"line_number": 787,
168+
"type": "Secret Keyword",
169+
"verified_result": null
170+
}
171+
],
172+
"src/IBM.Watson.Discovery.v1/Test/Unit/DiscoveryUnitTests.cs": [
173+
{
174+
"hashed_secret": "c2a6b03f190dfb2b4aa91f8af8d477a9bc3401dc",
175+
"is_secret": false,
176+
"is_verified": false,
177+
"line_number": 3396,
178+
"type": "Secret Keyword",
179+
"verified_result": null
180+
},
181+
{
182+
"hashed_secret": "8b142a91cfb6e617618ad437cedf74a6745f8926",
183+
"is_secret": false,
184+
"is_verified": false,
185+
"line_number": 3814,
186+
"type": "Secret Keyword",
187+
"verified_result": null
188+
}
189+
],
190+
"src/IBM.Watson.IntegrationTests/Icp4dIntegrationTests.cs": [
191+
{
192+
"hashed_secret": "6303c901093123ff7019188dcd12b2e18d4d9827",
193+
"is_secret": false,
194+
"is_verified": false,
195+
"line_number": 32,
196+
"type": "Secret Keyword",
197+
"verified_result": null
198+
}
199+
],
200+
"src/IBM.Watson.LanguageTranslator.v3/Test/Integration/LTServiceIntTestBasicAuthIamApikey.cs": [
201+
{
202+
"hashed_secret": "5d700c5e6706768a3f86c4e52318e9f640fdeeee",
203+
"is_secret": false,
204+
"is_verified": false,
205+
"line_number": 35,
206+
"type": "Secret Keyword",
207+
"verified_result": null
208+
}
209+
],
210+
"src/IBM.Watson.LanguageTranslator.v3/Test/Integration/LanguageTranslatorServiceIntegrationTests.cs": [
211+
{
212+
"hashed_secret": "5d700c5e6706768a3f86c4e52318e9f640fdeeee",
213+
"is_secret": false,
214+
"is_verified": false,
215+
"line_number": 35,
216+
"type": "Secret Keyword",
217+
"verified_result": null
218+
}
219+
],
220+
"src/IBM.Watson.NaturalLanguageUnderstanding.v1/Test/Integration/NaturalLanguageUnderstandingIntegrationTests.cs": [
221+
{
222+
"hashed_secret": "5d700c5e6706768a3f86c4e52318e9f640fdeeee",
223+
"is_secret": false,
224+
"is_verified": false,
225+
"line_number": 36,
226+
"type": "Secret Keyword",
227+
"verified_result": null
228+
}
229+
],
230+
"src/IBM.Watson.SpeechToText.v1/Examples/ServiceExample.cs": [
231+
{
232+
"hashed_secret": "7f99709b89f67274523e8eeed2a75652f1e468db",
233+
"is_secret": false,
234+
"is_verified": false,
235+
"line_number": 180,
236+
"type": "Secret Keyword",
237+
"verified_result": null
238+
}
239+
],
240+
"src/IBM.Watson.SpeechToText.v1/ISpeechToTextService.cs": [
241+
{
242+
"hashed_secret": "e859377921a50870e3e0981a52a1347a3363d149",
243+
"is_secret": false,
244+
"is_verified": false,
245+
"line_number": 29,
246+
"type": "Secret Keyword",
247+
"verified_result": null
248+
}
249+
],
250+
"src/IBM.Watson.SpeechToText.v1/SpeechToTextService.cs": [
251+
{
252+
"hashed_secret": "f36082ba942225c26353b911fd9beb809e5322be",
253+
"is_secret": false,
254+
"is_verified": false,
255+
"line_number": 1288,
256+
"type": "Secret Keyword",
257+
"verified_result": null
258+
}
259+
],
260+
"src/IBM.Watson.SpeechToText.v1/Test/Integration/SpeechToTextServiceIntegrationTest.cs": [
261+
{
262+
"hashed_secret": "5d700c5e6706768a3f86c4e52318e9f640fdeeee",
263+
"is_secret": false,
264+
"is_verified": false,
265+
"line_number": 35,
266+
"type": "Secret Keyword",
267+
"verified_result": null
268+
},
269+
{
270+
"hashed_secret": "fd69eebb4749cf28838154ad58f7a0a0dd1202ef",
271+
"is_secret": false,
272+
"is_verified": false,
273+
"line_number": 472,
274+
"type": "Secret Keyword",
275+
"verified_result": null
276+
},
277+
{
278+
"hashed_secret": "7f99709b89f67274523e8eeed2a75652f1e468db",
279+
"is_secret": false,
280+
"is_verified": false,
281+
"line_number": 635,
282+
"type": "Secret Keyword",
283+
"verified_result": null
284+
}
285+
],
286+
"src/IBM.Watson.SpeechToText.v1/Test/Unit/SpeechToTextServiceGeneratedUnitTests.cs": [
287+
{
288+
"hashed_secret": "335aa6a62c6c0c1c628aef13a97e1e63ba3a1612",
289+
"is_secret": false,
290+
"is_verified": false,
291+
"line_number": 169,
292+
"type": "Secret Keyword",
293+
"verified_result": null
294+
},
295+
{
296+
"hashed_secret": "a7c1b17ceea6cdf3400c64ba950bad0febd05df4",
297+
"is_secret": false,
298+
"is_verified": false,
299+
"line_number": 171,
300+
"type": "Secret Keyword",
301+
"verified_result": null
302+
}
303+
],
304+
"src/IBM.Watson.TextToSpeech.v1/Test/Integration/TextToSpeechServiceIntegrationTests.cs": [
305+
{
306+
"hashed_secret": "5d700c5e6706768a3f86c4e52318e9f640fdeeee",
307+
"is_secret": false,
308+
"is_verified": false,
309+
"line_number": 36,
310+
"type": "Secret Keyword",
311+
"verified_result": null
312+
}
313+
]
314+
},
315+
"version": "0.13.1+ibm.47.dss",
316+
"word_list": {
317+
"file": null,
318+
"hash": null
319+
}
320+
}

0 commit comments

Comments
 (0)