Skip to content

Commit cc8c9b0

Browse files
committed
fix(build): mark secret as false positive
Signed-off-by: Phil Adams <phil_adams@us.ibm.com>
1 parent cfefce8 commit cc8c9b0

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-27T21:34:41Z",
6+
"generated_at": "2025-05-30T15:23:20Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -133,6 +133,16 @@
133133
"verified_result": null
134134
}
135135
],
136+
"CHANGELOG.md": [
137+
{
138+
"hashed_secret": "bc2f74c22f98f7b6ffbc2f67453dbfa99bce9a32",
139+
"is_secret": false,
140+
"is_verified": false,
141+
"line_number": 6,
142+
"type": "Secret Keyword",
143+
"verified_result": null
144+
}
145+
],
136146
"src/main/java/com/ibm/cloud/sdk/core/security/Authenticator.java": [
137147
{
138148
"hashed_secret": "fdee05598fdd57ff8e9ae29e92c25a04f2c52fa6",

0 commit comments

Comments
 (0)