File tree Expand file tree Collapse file tree 2 files changed +75
-0
lines changed Expand file tree Collapse file tree 2 files changed +75
-0
lines changed Original file line number Diff line number Diff line change 1+ -
repo :
[email protected] :Whitewater/whitewater-detect-secrets2+ rev : master
3+ hooks :
4+ - id : detect-secrets # pragma: whitelist secret
5+ args : [--baseline, .secrets.baseline, --no-keyword-scan ]
Original file line number Diff line number Diff line change 1+ {
2+ "exclude_regex": null,
3+ "generated_at": "2019-01-08T20:42:05Z",
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+ "appveyor.yml": [
25+ {
26+ "hashed_secret": "81cc82ec4503a5349cbd49bff33b018dda08791e",
27+ "is_secret": false,
28+ "line_number": 11,
29+ "type": "Base64 High Entropy String"
30+ },
31+ {
32+ "hashed_secret": "fbc5cc2fb172ff872face8cbba0b5c17ac92123a",
33+ "is_secret": false,
34+ "line_number": 13,
35+ "type": "Base64 High Entropy String"
36+ },
37+ {
38+ "hashed_secret": "c7f4f2c1eb2586e68317d0e027e140f3f4aa2ea0",
39+ "is_secret": false,
40+ "line_number": 15,
41+ "type": "Base64 High Entropy String"
42+ },
43+ {
44+ "hashed_secret": "9e1bd5ccb96a264a4b392780dccd7e83b2d4d57f",
45+ "is_secret": false,
46+ "line_number": 17,
47+ "type": "Base64 High Entropy String"
48+ },
49+ {
50+ "hashed_secret": "9ba7161a4cf3d2ed761daa7a5bddae8620bb1d53",
51+ "is_secret": false,
52+ "line_number": 19,
53+ "type": "Base64 High Entropy String"
54+ },
55+ {
56+ "hashed_secret": "c51238bc51c3b0abee7f61d90c414aec89009734",
57+ "is_secret": false,
58+ "line_number": 47,
59+ "type": "Basic Auth Credentials"
60+ },
61+ {
62+ "hashed_secret": "3f820839b94508b2a9dc3b3e6e1149080af8780c",
63+ "is_secret": false,
64+ "line_number": 82,
65+ "type": "Basic Auth Credentials"
66+ }
67+ ]
68+ },
69+ "version": "0.10.3"
70+ }
You can’t perform that action at this time.
0 commit comments