Skip to content

Commit bfda26a

Browse files
committed
build: fix false positive detect-secrets alert
Signed-off-by: Phil Adams <[email protected]>
1 parent 428af1c commit bfda26a

File tree

1 file changed

+22
-12
lines changed

1 file changed

+22
-12
lines changed

.secrets.baseline

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2023-09-22T21:14:06Z",
6+
"generated_at": "2023-10-24T16:41:01Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -82,15 +82,15 @@
8282
"hashed_secret": "a2190c299b60e882d9fb33736d5e6ab6ffe42708",
8383
"is_secret": false,
8484
"is_verified": false,
85-
"line_number": 980,
85+
"line_number": 906,
8686
"type": "Secret Keyword",
8787
"verified_result": null
8888
},
8989
{
9090
"hashed_secret": "cf4d2385b84329a52ca542285b93d9c4618420df",
9191
"is_secret": false,
9292
"is_verified": false,
93-
"line_number": 1653,
93+
"line_number": 1565,
9494
"type": "Secret Keyword",
9595
"verified_result": null
9696
}
@@ -148,15 +148,15 @@
148148
"hashed_secret": "a2190c299b60e882d9fb33736d5e6ab6ffe42708",
149149
"is_secret": false,
150150
"is_verified": false,
151-
"line_number": 1149,
151+
"line_number": 1119,
152152
"type": "Secret Keyword",
153153
"verified_result": null
154154
},
155155
{
156156
"hashed_secret": "cf4d2385b84329a52ca542285b93d9c4618420df",
157157
"is_secret": false,
158158
"is_verified": false,
159-
"line_number": 1717,
159+
"line_number": 1656,
160160
"type": "Secret Keyword",
161161
"verified_result": null
162162
}
@@ -194,23 +194,23 @@
194194
"hashed_secret": "f0b0b291c4d22d76db59faaeb94802714dd6d884",
195195
"is_secret": false,
196196
"is_verified": false,
197-
"line_number": 753,
197+
"line_number": 871,
198198
"type": "Hex High Entropy String",
199199
"verified_result": null
200200
},
201201
{
202202
"hashed_secret": "4c41e7a08e8895da0c6066adf33bf389c202b4e2",
203203
"is_secret": false,
204204
"is_verified": false,
205-
"line_number": 1109,
205+
"line_number": 1284,
206206
"type": "Hex High Entropy String",
207207
"verified_result": null
208208
},
209209
{
210210
"hashed_secret": "ca8b3e9d1445b3218e3512da63b05c8f26f181e5",
211211
"is_secret": false,
212212
"is_verified": false,
213-
"line_number": 1118,
213+
"line_number": 1293,
214214
"type": "Hex High Entropy String",
215215
"verified_result": null
216216
}
@@ -280,31 +280,31 @@
280280
"hashed_secret": "d4c3d66fd0c38547a3c7a4c6bdc29c36911bc030",
281281
"is_secret": false,
282282
"is_verified": false,
283-
"line_number": 1402,
283+
"line_number": 1401,
284284
"type": "Secret Keyword",
285285
"verified_result": null
286286
},
287287
{
288288
"hashed_secret": "cf4d2385b84329a52ca542285b93d9c4618420df",
289289
"is_secret": false,
290290
"is_verified": false,
291-
"line_number": 3882,
291+
"line_number": 3881,
292292
"type": "Secret Keyword",
293293
"verified_result": null
294294
},
295295
{
296296
"hashed_secret": "469f62fa9e1c6afe62e8808180668934ee548e8f",
297297
"is_secret": false,
298298
"is_verified": false,
299-
"line_number": 8187,
299+
"line_number": 8186,
300300
"type": "Secret Keyword",
301301
"verified_result": null
302302
},
303303
{
304304
"hashed_secret": "b8473b86d4c2072ca9b08bd28e373e8253e865c4",
305305
"is_secret": false,
306306
"is_verified": false,
307-
"line_number": 9680,
307+
"line_number": 9679,
308308
"type": "Secret Keyword",
309309
"verified_result": null
310310
}
@@ -350,6 +350,16 @@
350350
"type": "Secret Keyword",
351351
"verified_result": null
352352
}
353+
],
354+
"test/unit/test_usage_reports_v4.py": [
355+
{
356+
"hashed_secret": "e7a588250b61f5e1bd6edcdeb62ea597354d761b",
357+
"is_secret": false,
358+
"is_verified": false,
359+
"line_number": 2915,
360+
"type": "Base64 High Entropy String",
361+
"verified_result": null
362+
}
353363
]
354364
},
355365
"version": "0.13.1+ibm.61.dss",

0 commit comments

Comments
 (0)