Skip to content

Commit 39a69f3

Browse files
committed
update secrets
1 parent 89d082a commit 39a69f3

2 files changed

Lines changed: 4 additions & 13 deletions

File tree

.secrets.baseline

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,6 @@
134134
}
135135
],
136136
"results": {
137-
"TESTING.md": [
138-
{
139-
"type": "Secret Keyword",
140-
"filename": "TESTING.md",
141-
"hashed_secret": "72559b51f94a7a3ad058c5740cbe2f7cb0d4080b",
142-
"is_verified": false,
143-
"line_number": 50
144-
}
145-
],
146137
"auth_platform/TESTING_2FA.md": [
147138
{
148139
"type": "Secret Keyword",
@@ -228,5 +219,5 @@
228219
}
229220
]
230221
},
231-
"generated_at": "2025-11-23T23:54:41Z"
222+
"generated_at": "2025-11-24T00:00:02Z"
232223
}

TESTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ curl -X POST http://localhost:8000/login \
4747
-H "Content-Type: application/json" \
4848
-d '{
4949
"username": "testuser",
50-
"password": "SecurePass123!"
50+
"password": "SecurePass123!" # pragma: allowlist secret
5151
}' | python -m json.tool
5252
```
5353

@@ -94,7 +94,7 @@ curl -X POST http://localhost:8000/2fa/disable \
9494
-H "Content-Type: application/json" \
9595
-d '{
9696
"username": "testuser",
97-
"password": "SecurePass123!"
97+
"password": "SecurePass123!" # pragma: allowlist secret
9898
}' | python -m json.tool
9999
```
100100

@@ -105,7 +105,7 @@ curl -X POST http://localhost:8000/2fa/enroll \
105105
-H "Content-Type: application/json" \
106106
-d '{
107107
"username": "testuser",
108-
"password": "SecurePass123!"
108+
"password": "SecurePass123!" # pragma: allowlist secret
109109
}' | python -m json.tool
110110
```
111111

0 commit comments

Comments
 (0)