Skip to content

Commit 0f2a6a8

Browse files
author
Frederic Mercier
committed
fix detect-secrets github action error
1 parent 133d980 commit 0f2a6a8

File tree

1 file changed

+39
-3
lines changed

1 file changed

+39
-3
lines changed

.secrets.baseline

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"exclude": {
3-
"files": "openldap-customldif.yaml|ldap-custom-ssl-secret.yaml|^.secrets.baseline$",
3+
"files": "^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2024-08-09T09:14:16Z",
6+
"generated_at": "2024-08-27T16:52:24Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -307,6 +307,42 @@
307307
"verified_result": null
308308
}
309309
],
310+
"authentication/Keycloak/openldap/ldap-custom-ssl-secret.yaml": [
311+
{
312+
"hashed_secret": "470bf8b666f65eb413930e55a2153b2e6d6334b0",
313+
"is_secret": false,
314+
"is_verified": false,
315+
"line_number": 8,
316+
"type": "Base64 High Entropy String",
317+
"verified_result": null
318+
},
319+
{
320+
"hashed_secret": "641ad3b66231e0f477088e711306cd1fdf1e5626",
321+
"is_secret": false,
322+
"is_verified": false,
323+
"line_number": 11,
324+
"type": "Base64 High Entropy String",
325+
"verified_result": null
326+
},
327+
{
328+
"hashed_secret": "03b4a6482aeaf6e6aa3c2639db6e1c9b728e7b49",
329+
"is_secret": false,
330+
"is_verified": false,
331+
"line_number": 13,
332+
"type": "Base64 High Entropy String",
333+
"verified_result": null
334+
}
335+
],
336+
"authentication/Keycloak/openldap/openldap-customldif.yaml": [
337+
{
338+
"hashed_secret": "3e6e3eece5e10a4c903489f501c049b2c54094c4",
339+
"is_secret": false,
340+
"is_verified": false,
341+
"line_number": 8,
342+
"type": "Base64 High Entropy String",
343+
"verified_result": null
344+
}
345+
],
310346
"authentication/Keycloak/openldap/openldap-secret.yaml": [
311347
{
312348
"hashed_secret": "e6c016ec485da2332894dc2ec7a6dc51274329ca",
@@ -1304,7 +1340,7 @@
13041340
"hashed_secret": "b11974a9da0d56698df935ab86e19b127804d6d4",
13051341
"is_secret": false,
13061342
"is_verified": false,
1307-
"line_number": 74,
1343+
"line_number": 75,
13081344
"type": "Secret Keyword",
13091345
"verified_result": null
13101346
}

0 commit comments

Comments
 (0)