Skip to content

Commit 4d92652

Browse files
committed
refactor: simplify detect-secrets baseline to minimal structure
1 parent 48a8602 commit 4d92652

1 file changed

Lines changed: 3 additions & 109 deletions

File tree

.secrets.baseline

Lines changed: 3 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -1,112 +1,6 @@
11
{
22
"version": "1.4.0",
3-
"plugins_used": [
4-
{
5-
"name": "ArtifactoryDetector"
6-
},
7-
{
8-
"name": "AWSKeyDetector"
9-
},
10-
{
11-
"name": "AzureStorageKeyDetector"
12-
},
13-
{
14-
"name": "Base64HighEntropyString",
15-
"limit": 4.5
16-
},
17-
{
18-
"name": "BasicAuthDetector"
19-
},
20-
{
21-
"name": "CloudantDetector"
22-
},
23-
{
24-
"name": "DiscordBotTokenDetector"
25-
},
26-
{
27-
"name": "GitHubTokenDetector"
28-
},
29-
{
30-
"name": "HexHighEntropyString",
31-
"limit": 3.0
32-
},
33-
{
34-
"name": "IbmCloudIamDetector"
35-
},
36-
{
37-
"name": "IbmCosHmacDetector"
38-
},
39-
{
40-
"name": "JwtTokenDetector"
41-
},
42-
{
43-
"name": "KeywordDetector",
44-
"keyword_exclude": ""
45-
},
46-
{
47-
"name": "MailchimpDetector"
48-
},
49-
{
50-
"name": "NpmDetector"
51-
},
52-
{
53-
"name": "PrivateKeyDetector"
54-
},
55-
{
56-
"name": "SendGridDetector"
57-
},
58-
{
59-
"name": "SlackDetector"
60-
},
61-
{
62-
"name": "SoftlayerDetector"
63-
},
64-
{
65-
"name": "SquareOAuthDetector"
66-
},
67-
{
68-
"name": "StripeDetector"
69-
},
70-
{
71-
"name": "TwilioKeyDetector"
72-
}
73-
],
74-
"filters_used": [
75-
{
76-
"path": "detect_secrets.filters.allowlist.is_line_allowlisted"
77-
},
78-
{
79-
"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
80-
"min_level": 2
81-
},
82-
{
83-
"path": "detect_secrets.filters.heuristic.is_indirect_reference"
84-
},
85-
{
86-
"path": "detect_secrets.filters.heuristic.is_likely_id_string"
87-
},
88-
{
89-
"path": "detect_secrets.filters.heuristic.is_lock_file"
90-
},
91-
{
92-
"path": "detect_secrets.filters.heuristic.is_not_alphanumeric_string"
93-
},
94-
{
95-
"path": "detect_secrets.filters.heuristic.is_potential_uuid"
96-
},
97-
{
98-
"path": "detect_secrets.filters.heuristic.is_prefixed_with_dollar_sign"
99-
},
100-
{
101-
"path": "detect_secrets.filters.heuristic.is_sequential_string"
102-
},
103-
{
104-
"path": "detect_secrets.filters.heuristic.is_swagger_file"
105-
},
106-
{
107-
"path": "detect_secrets.filters.heuristic.is_templated_secret"
108-
}
109-
],
110-
"results": {},
111-
"generated_at": "2025-10-30T23:28:00Z"
3+
"plugins_used": [],
4+
"filters_used": [],
5+
"results": {}
1126
}

0 commit comments

Comments
 (0)