Skip to content

Commit 867cbaf

Browse files
author
Aaron Loo
committed
adding secret baseline
1 parent 3ff7bf2 commit 867cbaf

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

.secrets.baseline

+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"exclude_regex": "test_data/.*|tests/.*",
3+
"generated_at": "2018-07-12T23:20:29Z",
4+
"plugins_used": [
5+
{
6+
"base64_limit": 4.5,
7+
"name": "Base64HighEntropyString"
8+
},
9+
{
10+
"hex_limit": 3,
11+
"name": "HexHighEntropyString"
12+
},
13+
{
14+
"name": "PrivateKeyDetector"
15+
}
16+
],
17+
"results": {
18+
"detect_secrets/plugins/high_entropy_strings.py": [
19+
{
20+
"hashed_secret": "88a7b59d2e9172960b72b65f7839b9da2453f3e9",
21+
"is_secret": false,
22+
"line_number": 215,
23+
"type": "Hex High Entropy String"
24+
}
25+
],
26+
"detect_secrets/plugins/private_key.py": [
27+
{
28+
"hashed_secret": "be4fc4886bd949b369d5e092eb87494f12e57e5b",
29+
"is_secret": false,
30+
"line_number": 34,
31+
"type": "Private Key"
32+
},
33+
{
34+
"hashed_secret": "daefe0b4345a654580dcad25c7c11ff4c944a8c0",
35+
"is_secret": false,
36+
"line_number": 35,
37+
"type": "Private Key"
38+
},
39+
{
40+
"hashed_secret": "f0778f3e140a61d5bbbed5430773e52af2f5fba4",
41+
"is_secret": false,
42+
"line_number": 36,
43+
"type": "Private Key"
44+
},
45+
{
46+
"hashed_secret": "27c6929aef41ae2bcadac15ca6abcaff72cda9cd",
47+
"is_secret": false,
48+
"line_number": 37,
49+
"type": "Private Key"
50+
},
51+
{
52+
"hashed_secret": "1348b145fa1a555461c1b790a2f66614781091e9",
53+
"is_secret": false,
54+
"line_number": 38,
55+
"type": "Private Key"
56+
},
57+
{
58+
"hashed_secret": "11200d1bf5e1eb358b5d823c443347d97e982a85",
59+
"is_secret": false,
60+
"line_number": 39,
61+
"type": "Private Key"
62+
},
63+
{
64+
"hashed_secret": "9279619d0c9a9529b0b223e3b809f4df24b8ba8b",
65+
"is_secret": false,
66+
"line_number": 40,
67+
"type": "Private Key"
68+
}
69+
]
70+
},
71+
"version": "0.9.1"
72+
}

0 commit comments

Comments
 (0)