Skip to content

Commit 849ccfa

Browse files
committed
chore(detect-secrets): Add secrets.baseline file
1 parent e30edc8 commit 849ccfa

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

.secrets.baseline

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"exclude_regex": null,
3+
"generated_at": "2019-01-18T18:10:52Z",
4+
"plugins_used": [
5+
{
6+
"base64_limit": 4.5,
7+
"name": "Base64HighEntropyString"
8+
},
9+
{
10+
"name": "BasicAuthDetector"
11+
},
12+
{
13+
"hex_limit": 3,
14+
"name": "HexHighEntropyString"
15+
},
16+
{
17+
"name": "PrivateKeyDetector"
18+
},
19+
{
20+
"name": "SlackDetector"
21+
}
22+
],
23+
"results": {
24+
"test/unit/test_compare_comply_v1.py": [
25+
{
26+
"hashed_secret": "8b9c6b492eeebdcadf7104b49fe0a4d8d794e571",
27+
"line_number": 140,
28+
"type": "Hex High Entropy String"
29+
},
30+
{
31+
"hashed_secret": "6fdc5cd6c838419315d7a2ba2904807eb7704f46",
32+
"line_number": 219,
33+
"type": "Hex High Entropy String"
34+
},
35+
{
36+
"hashed_secret": "72a78bbbc94f2d89ede742a52f62981edfaf7485",
37+
"line_number": 291,
38+
"type": "Base64 High Entropy String"
39+
}
40+
]
41+
},
42+
"version": "0.10.3"
43+
}

0 commit comments

Comments
 (0)