Skip to content

Commit 6074af4

Browse files
committed
chore: update secrets baseline
1 parent 5197442 commit 6074af4

File tree

1 file changed

+30
-4
lines changed

1 file changed

+30
-4
lines changed

.secrets.baseline

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"exclude": {
3-
"files": "stubs/.+\\.json|^.secrets.baseline$",
4-
"lines": null
3+
"files": "^.secrets.baseline$",
4+
"lines": "(?i)^\\s*\"(?:transaction|x-couch-request|x-request)-id\": \"[^\"]+\",?$|^\\s*\"(?:last_|update_|purge_|checkpointed_source_|source_|through_)?seq\": \"[^\"]+\",?$|^\\s*\"(?:doc_)?id\": \"[^\"]+\",?$|^\\s*\"(?:signature|name|uuid)\": \"[^\"]+\",?$"
55
},
6-
"generated_at": "2025-07-14T13:18:50Z",
6+
"generated_at": "2025-07-15T14:37:41Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -82,7 +82,7 @@
8282
"hashed_secret": "bb589d0621e5472f470fa3425a234c74b1e202e8",
8383
"is_secret": false,
8484
"is_verified": false,
85-
"line_number": 303,
85+
"line_number": 309,
8686
"type": "Secret Keyword",
8787
"verified_result": null
8888
}
@@ -143,6 +143,32 @@
143143
"verified_result": null
144144
}
145145
],
146+
"stubs/gen-its-mappings.json": [
147+
{
148+
"hashed_secret": "f1d68726fe147018f28a80efd621b43580196979",
149+
"is_secret": false,
150+
"is_verified": false,
151+
"line_number": 136,
152+
"type": "Hex High Entropy String",
153+
"verified_result": null
154+
},
155+
{
156+
"hashed_secret": "f1d68726fe147018f28a80efd621b43580196979",
157+
"is_secret": false,
158+
"is_verified": false,
159+
"line_number": 136,
160+
"type": "Secret Keyword",
161+
"verified_result": null
162+
},
163+
{
164+
"hashed_secret": "870cc58f071983f7977b829365dc77509ab1056f",
165+
"is_secret": false,
166+
"is_verified": false,
167+
"line_number": 1363,
168+
"type": "Hex High Entropy String",
169+
"verified_result": null
170+
}
171+
],
146172
"test/integration/test_cloudant_v1.py": [
147173
{
148174
"hashed_secret": "b8473b86d4c2072ca9b08bd28e373e8253e865c4",

0 commit comments

Comments
 (0)