Skip to content

Commit f0135e8

Browse files
committed
chore: update detect-secrets configuration and baseline files
1 parent 0722463 commit f0135e8

3 files changed

Lines changed: 88 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ repos:
1212
hooks:
1313
- id: detect-secrets
1414
args: ["--baseline", "detect_findings.baseline"]
15+
exclude: '(\.secrets\.baseline|detect_findings\.baseline)$'
1516

1617
- repo: https://github.com/pre-commit/mirrors-pylint
1718
rev: v3.0.0a5

.secrets.baseline

Lines changed: 86 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,64 @@
123123
}
124124
],
125125
"results": {
126+
".secrets.baseline": [
127+
{
128+
"type": "Hex High Entropy String",
129+
"filename": ".secrets.baseline",
130+
"hashed_secret": "f46a885f6d43cf82800a22ccb17573cfb223b7ce",
131+
"is_verified": false,
132+
"line_number": 130
133+
},
134+
{
135+
"type": "Secret Keyword",
136+
"filename": ".secrets.baseline",
137+
"hashed_secret": "f46a885f6d43cf82800a22ccb17573cfb223b7ce",
138+
"is_verified": false,
139+
"line_number": 130
140+
},
141+
{
142+
"type": "Hex High Entropy String",
143+
"filename": ".secrets.baseline",
144+
"hashed_secret": "08d5d9a01a4f36005ab0f8b05248b6d6847fadc1",
145+
"is_verified": false,
146+
"line_number": 139
147+
},
148+
{
149+
"type": "Secret Keyword",
150+
"filename": ".secrets.baseline",
151+
"hashed_secret": "08d5d9a01a4f36005ab0f8b05248b6d6847fadc1",
152+
"is_verified": false,
153+
"line_number": 139
154+
},
155+
{
156+
"type": "Hex High Entropy String",
157+
"filename": ".secrets.baseline",
158+
"hashed_secret": "300ac668c782c666a9de0f2ccb59cea082255b5d",
159+
"is_verified": false,
160+
"line_number": 146
161+
},
162+
{
163+
"type": "Secret Keyword",
164+
"filename": ".secrets.baseline",
165+
"hashed_secret": "300ac668c782c666a9de0f2ccb59cea082255b5d",
166+
"is_verified": false,
167+
"line_number": 146
168+
},
169+
{
170+
"type": "Hex High Entropy String",
171+
"filename": ".secrets.baseline",
172+
"hashed_secret": "255edd2793e5286d4441ea6bfba734b59e915864",
173+
"is_verified": false,
174+
"line_number": 153
175+
},
176+
{
177+
"type": "Secret Keyword",
178+
"filename": ".secrets.baseline",
179+
"hashed_secret": "255edd2793e5286d4441ea6bfba734b59e915864",
180+
"is_verified": false,
181+
"line_number": 153
182+
}
183+
],
126184
"auth_platform/auth_platform/auth_service/auth.py": [
127185
{
128186
"type": "Secret Keyword",
@@ -132,6 +190,15 @@
132190
"line_number": 5
133191
}
134192
],
193+
"auth_platform/auth_platform_tests/test_2fa.py": [
194+
{
195+
"type": "Secret Keyword",
196+
"filename": "auth_platform/auth_platform_tests/test_2fa.py",
197+
"hashed_secret": "af6daf5f1a60c91f73361dd476c97e496beda065",
198+
"is_verified": false,
199+
"line_number": 39
200+
}
201+
],
135202
"auth_platform/auth_platform_tests/test_auth.py": [
136203
{
137204
"type": "Secret Keyword",
@@ -154,7 +221,25 @@
154221
"is_verified": false,
155222
"line_number": 63
156223
}
224+
],
225+
"auth_platform/auth_platform_tests/test_password_reset.py": [
226+
{
227+
"type": "Secret Keyword",
228+
"filename": "auth_platform/auth_platform_tests/test_password_reset.py",
229+
"hashed_secret": "af6daf5f1a60c91f73361dd476c97e496beda065",
230+
"is_verified": false,
231+
"line_number": 17
232+
}
233+
],
234+
"auth_platform/auth_platform_tests/test_tickets.py": [
235+
{
236+
"type": "Secret Keyword",
237+
"filename": "auth_platform/auth_platform_tests/test_tickets.py",
238+
"hashed_secret": "af6daf5f1a60c91f73361dd476c97e496beda065",
239+
"is_verified": false,
240+
"line_number": 15
241+
}
157242
]
158243
},
159-
"generated_at": "2025-10-26T04:49:50Z"
244+
"generated_at": "2025-11-16T21:06:24Z"
160245
}

detect_findings.baseline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,5 +241,5 @@
241241
}
242242
]
243243
},
244-
"generated_at": "2025-11-16T21:03:19Z"
244+
"generated_at": "2025-11-16T21:06:24Z"
245245
}

0 commit comments

Comments
 (0)