forked from gardener-attic/vscode-gardener-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.secrets.baseline
More file actions
43 lines (43 loc) · 776 Bytes
/
.secrets.baseline
File metadata and controls
43 lines (43 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"exclude": {
"files": "^.secrets.baseline_temp$",
"lines": null
},
"generated_at": "2019-07-01T13:30:08Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
},
{
"base64_limit": 4.5,
"name": "Base64HighEntropyString"
},
{
"name": "BasicAuthDetector"
},
{
"hex_limit": 3,
"name": "HexHighEntropyString"
},
{
"name": "KeywordDetector"
},
{
"name": "PrivateKeyDetector"
},
{
"name": "SlackDetector"
}
],
"results": {
"src/extension.js": [
{
"hashed_secret": "30118aa1aa8a06fa5365743b3a5db69fc62b9760",
"is_secret": false,
"line_number": 255,
"type": "Secret Keyword"
}
]
},
"version": "0.12.4"
}