Skip to content

Commit 9958769

Browse files
committed
SPLA-59 Add .secrets.baseline to the repository
1 parent f8acb46 commit 9958769

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

.secrets.baseline

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"custom_plugin_paths": [],
3+
"exclude": {
4+
"files": "Pipfile.lock|/test/|/tests/|docker/|docker-compose.yml|package-lock.json|yarn.lock",
5+
"lines": "container_id|group_id|TODO|!ENV_|test|nonsense|!VAULT_|requiredEnv"
6+
},
7+
"generated_at": "2024-10-30T01:13:07Z",
8+
"plugins_used": [
9+
{
10+
"name": "AWSKeyDetector"
11+
},
12+
{
13+
"name": "ArtifactoryDetector"
14+
},
15+
{
16+
"base64_limit": 4.5,
17+
"name": "Base64HighEntropyString"
18+
},
19+
{
20+
"name": "BasicAuthDetector"
21+
},
22+
{
23+
"name": "CloudantDetector"
24+
},
25+
{
26+
"hex_limit": 3,
27+
"name": "HexHighEntropyString"
28+
},
29+
{
30+
"name": "IbmCloudIamDetector"
31+
},
32+
{
33+
"name": "IbmCosHmacDetector"
34+
},
35+
{
36+
"name": "JwtTokenDetector"
37+
},
38+
{
39+
"keyword_exclude": null,
40+
"name": "KeywordDetector"
41+
},
42+
{
43+
"name": "MailchimpDetector"
44+
},
45+
{
46+
"name": "PrivateKeyDetector"
47+
},
48+
{
49+
"name": "SlackDetector"
50+
},
51+
{
52+
"name": "SoftlayerDetector"
53+
},
54+
{
55+
"name": "StripeDetector"
56+
},
57+
{
58+
"name": "TwilioKeyDetector"
59+
}
60+
],
61+
"results": {},
62+
"version": "0.14.3",
63+
"word_list": {
64+
"file": null,
65+
"hash": null
66+
}
67+
}

0 commit comments

Comments
 (0)