Skip to content

Commit 4e9bc4c

Browse files
committed
fix(build): suppress detect-secrets false positive
Signed-off-by: Phil Adams <[email protected]>
1 parent 28f630e commit 4e9bc4c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.secrets.baseline

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "package-lock.json|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2025-05-27T14:04:58Z",
6+
"generated_at": "2025-05-30T15:41:43Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -123,6 +123,16 @@
123123
"verified_result": null
124124
}
125125
],
126+
"CHANGELOG.md": [
127+
{
128+
"hashed_secret": "bc2f74c22f98f7b6ffbc2f67453dbfa99bce9a32",
129+
"is_secret": false,
130+
"is_verified": false,
131+
"line_number": 6,
132+
"type": "Secret Keyword",
133+
"verified_result": null
134+
}
135+
],
126136
"ibm_cloud_sdk_core/authenticators/authenticator.py": [
127137
{
128138
"hashed_secret": "fdee05598fdd57ff8e9ae29e92c25a04f2c52fa6",

0 commit comments

Comments
 (0)