|
1 | 1 | {
|
2 |
| - "custom_plugin_paths": [], |
3 |
| - "exclude": { |
4 |
| - "files": null, |
5 |
| - "lines": null |
6 |
| - }, |
7 |
| - "generated_at": "2020-10-23T18:25:01Z", |
| 2 | + "version": "1.1.0", |
8 | 3 | "plugins_used": [
|
9 | 4 | {
|
10 | 5 | "name": "AWSKeyDetector"
|
11 | 6 | },
|
12 | 7 | {
|
13 |
| - "base64_limit": 4.5, |
14 |
| - "name": "Base64HighEntropyString" |
| 8 | + "name": "Base64HighEntropyString", |
| 9 | + "limit": 4.5 |
15 | 10 | },
|
16 | 11 | {
|
17 | 12 | "name": "BasicAuthDetector"
|
18 | 13 | },
|
19 | 14 | {
|
20 |
| - "hex_limit": 3, |
21 |
| - "name": "HexHighEntropyString" |
| 15 | + "name": "HexHighEntropyString", |
| 16 | + "limit": 3 |
22 | 17 | },
|
23 | 18 | {
|
24 |
| - "keyword_exclude": null, |
25 |
| - "name": "KeywordDetector" |
| 19 | + "name": "KeywordDetector", |
| 20 | + "keyword_exclude": "" |
26 | 21 | },
|
27 | 22 | {
|
28 | 23 | "name": "PrivateKeyDetector"
|
29 | 24 | }
|
30 | 25 | ],
|
31 |
| - "results": { |
32 |
| - "gradle.properties.example": [ |
33 |
| - { |
34 |
| - "hashed_secret": "6f9583b0d701174f6b64698f940f9e1470612638", |
35 |
| - "is_verified": false, |
36 |
| - "line_number": 2, |
37 |
| - "type": "Secret Keyword" |
38 |
| - } |
39 |
| - ] |
40 |
| - }, |
41 |
| - "version": "0.14.3", |
42 |
| - "word_list": { |
43 |
| - "file": null, |
44 |
| - "hash": null |
45 |
| - } |
| 26 | + "filters_used": [ |
| 27 | + { |
| 28 | + "path": "detect_secrets.filters.allowlist.is_line_allowlisted" |
| 29 | + }, |
| 30 | + { |
| 31 | + "path": "detect_secrets.filters.common.is_baseline_file", |
| 32 | + "filename": ".secrets.baseline" |
| 33 | + }, |
| 34 | + { |
| 35 | + "path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies", |
| 36 | + "min_level": 2 |
| 37 | + }, |
| 38 | + { |
| 39 | + "path": "detect_secrets.filters.heuristic.is_indirect_reference" |
| 40 | + }, |
| 41 | + { |
| 42 | + "path": "detect_secrets.filters.heuristic.is_likely_id_string" |
| 43 | + }, |
| 44 | + { |
| 45 | + "path": "detect_secrets.filters.heuristic.is_lock_file" |
| 46 | + }, |
| 47 | + { |
| 48 | + "path": "detect_secrets.filters.heuristic.is_not_alphanumeric_string" |
| 49 | + }, |
| 50 | + { |
| 51 | + "path": "detect_secrets.filters.heuristic.is_potential_uuid" |
| 52 | + }, |
| 53 | + { |
| 54 | + "path": "detect_secrets.filters.heuristic.is_prefixed_with_dollar_sign" |
| 55 | + }, |
| 56 | + { |
| 57 | + "path": "detect_secrets.filters.heuristic.is_sequential_string" |
| 58 | + }, |
| 59 | + { |
| 60 | + "path": "detect_secrets.filters.heuristic.is_swagger_file" |
| 61 | + }, |
| 62 | + { |
| 63 | + "path": "detect_secrets.filters.heuristic.is_templated_secret" |
| 64 | + } |
| 65 | + ], |
| 66 | + "results": {}, |
| 67 | + "generated_at": "2021-08-08T15:04:32Z" |
46 | 68 | }
|
0 commit comments