|
1 | 1 | { |
2 | | - "custom_plugin_paths": [], |
3 | | - "exclude": { |
4 | | - "files": null, |
5 | | - "lines": null |
6 | | - }, |
7 | | - "generated_at": "2020-09-21T15:31:24Z", |
| 2 | + "version": "1.3.0", |
8 | 3 | "plugins_used": [ |
| 4 | + { |
| 5 | + "name": "ArtifactoryDetector" |
| 6 | + }, |
9 | 7 | { |
10 | 8 | "name": "AWSKeyDetector" |
11 | 9 | }, |
12 | 10 | { |
13 | | - "name": "ArtifactoryDetector" |
| 11 | + "name": "AzureStorageKeyDetector" |
14 | 12 | }, |
15 | 13 | { |
16 | | - "base64_limit": 4.5, |
17 | | - "name": "Base64HighEntropyString" |
| 14 | + "name": "Base64HighEntropyString", |
| 15 | + "limit": 4.5 |
18 | 16 | }, |
19 | 17 | { |
20 | 18 | "name": "BasicAuthDetector" |
|
23 | 21 | "name": "CloudantDetector" |
24 | 22 | }, |
25 | 23 | { |
26 | | - "hex_limit": 3, |
27 | | - "name": "HexHighEntropyString" |
| 24 | + "name": "GitHubTokenDetector" |
| 25 | + }, |
| 26 | + { |
| 27 | + "name": "HexHighEntropyString", |
| 28 | + "limit": 3.0 |
28 | 29 | }, |
29 | 30 | { |
30 | 31 | "name": "IbmCloudIamDetector" |
|
36 | 37 | "name": "JwtTokenDetector" |
37 | 38 | }, |
38 | 39 | { |
39 | | - "keyword_exclude": null, |
40 | | - "name": "KeywordDetector" |
| 40 | + "name": "KeywordDetector", |
| 41 | + "keyword_exclude": "" |
41 | 42 | }, |
42 | 43 | { |
43 | 44 | "name": "MailchimpDetector" |
44 | 45 | }, |
| 46 | + { |
| 47 | + "name": "NpmDetector" |
| 48 | + }, |
45 | 49 | { |
46 | 50 | "name": "PrivateKeyDetector" |
47 | 51 | }, |
| 52 | + { |
| 53 | + "name": "SendGridDetector" |
| 54 | + }, |
48 | 55 | { |
49 | 56 | "name": "SlackDetector" |
50 | 57 | }, |
51 | 58 | { |
52 | 59 | "name": "SoftlayerDetector" |
53 | 60 | }, |
| 61 | + { |
| 62 | + "name": "SquareOAuthDetector" |
| 63 | + }, |
54 | 64 | { |
55 | 65 | "name": "StripeDetector" |
56 | 66 | }, |
57 | 67 | { |
58 | 68 | "name": "TwilioKeyDetector" |
59 | 69 | } |
60 | 70 | ], |
| 71 | + "filters_used": [ |
| 72 | + { |
| 73 | + "path": "detect_secrets.filters.allowlist.is_line_allowlisted" |
| 74 | + }, |
| 75 | + { |
| 76 | + "path": "detect_secrets.filters.common.is_baseline_file", |
| 77 | + "filename": ".secrets.baseline" |
| 78 | + }, |
| 79 | + { |
| 80 | + "path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies", |
| 81 | + "min_level": 2 |
| 82 | + }, |
| 83 | + { |
| 84 | + "path": "detect_secrets.filters.heuristic.is_indirect_reference" |
| 85 | + }, |
| 86 | + { |
| 87 | + "path": "detect_secrets.filters.heuristic.is_likely_id_string" |
| 88 | + }, |
| 89 | + { |
| 90 | + "path": "detect_secrets.filters.heuristic.is_lock_file" |
| 91 | + }, |
| 92 | + { |
| 93 | + "path": "detect_secrets.filters.heuristic.is_not_alphanumeric_string" |
| 94 | + }, |
| 95 | + { |
| 96 | + "path": "detect_secrets.filters.heuristic.is_potential_uuid" |
| 97 | + }, |
| 98 | + { |
| 99 | + "path": "detect_secrets.filters.heuristic.is_prefixed_with_dollar_sign" |
| 100 | + }, |
| 101 | + { |
| 102 | + "path": "detect_secrets.filters.heuristic.is_sequential_string" |
| 103 | + }, |
| 104 | + { |
| 105 | + "path": "detect_secrets.filters.heuristic.is_swagger_file" |
| 106 | + }, |
| 107 | + { |
| 108 | + "path": "detect_secrets.filters.heuristic.is_templated_secret" |
| 109 | + } |
| 110 | + ], |
61 | 111 | "results": {}, |
62 | | - "version": "0.14.3", |
63 | | - "word_list": { |
64 | | - "file": null, |
65 | | - "hash": null |
66 | | - } |
| 112 | + "generated_at": "2022-07-28T10:50:47Z" |
67 | 113 | } |
0 commit comments