Skip to content

Commit 983fe46

Browse files
authored
build: add new false positive to .secrets.baseline (#243)
Signed-off-by: Phil Adams <[email protected]>
1 parent d41f4a9 commit 983fe46

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.secrets.baseline

Lines changed: 13 additions & 3 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-11-10T21:15:42Z",
6+
"generated_at": "2024-02-15T21:11:11Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -309,6 +309,16 @@
309309
"verified_result": null
310310
}
311311
],
312+
"test/unit/test_partner_billing_units_v1.py": [
313+
{
314+
"hashed_secret": "d30f845bd98b13f72cf9dc57ec951f288fe3bc22",
315+
"is_secret": false,
316+
"is_verified": false,
317+
"line_number": 790,
318+
"type": "Hex High Entropy String",
319+
"verified_result": null
320+
}
321+
],
312322
"test/unit/test_resource_controller_v2.py": [
313323
{
314324
"hashed_secret": "0f97a4e707b7424540793cb2078919ee6770e07f",
@@ -356,13 +366,13 @@
356366
"hashed_secret": "e7a588250b61f5e1bd6edcdeb62ea597354d761b",
357367
"is_secret": false,
358368
"is_verified": false,
359-
"line_number": 2915,
369+
"line_number": 3022,
360370
"type": "Base64 High Entropy String",
361371
"verified_result": null
362372
}
363373
]
364374
},
365-
"version": "0.13.1+ibm.61.dss",
375+
"version": "0.13.1+ibm.62.dss",
366376
"word_list": {
367377
"file": null,
368378
"hash": null

0 commit comments

Comments
 (0)