|
1 | 1 | {
|
2 |
| - "custom_plugin_paths": [], |
3 |
| - "exclude": { |
4 |
| - "files": "poetry.lock", |
5 |
| - "lines": null |
6 |
| - }, |
7 |
| - "generated_at": "2022-07-10T01:39:12Z", |
| 2 | + "version": "1.2.0", |
8 | 3 | "plugins_used": [
|
9 | 4 | {
|
10 |
| - "name": "AWSKeyDetector" |
| 5 | + "name": "ArtifactoryDetector" |
11 | 6 | },
|
12 | 7 | {
|
13 |
| - "name": "ArtifactoryDetector" |
| 8 | + "name": "AWSKeyDetector" |
14 | 9 | },
|
15 | 10 | {
|
16 |
| - "base64_limit": 4.5, |
17 |
| - "name": "Base64HighEntropyString" |
| 11 | + "name": "Base64HighEntropyString", |
| 12 | + "limit": 4.5 |
18 | 13 | },
|
19 | 14 | {
|
20 | 15 | "name": "BasicAuthDetector"
|
|
23 | 18 | "name": "CloudantDetector"
|
24 | 19 | },
|
25 | 20 | {
|
26 |
| - "hex_limit": 3, |
27 |
| - "name": "HexHighEntropyString" |
| 21 | + "name": "HexHighEntropyString", |
| 22 | + "limit": 3 |
28 | 23 | },
|
29 | 24 | {
|
30 | 25 | "name": "IbmCloudIamDetector"
|
|
36 | 31 | "name": "JwtTokenDetector"
|
37 | 32 | },
|
38 | 33 | {
|
39 |
| - "keyword_exclude": null, |
40 |
| - "name": "KeywordDetector" |
| 34 | + "name": "KeywordDetector", |
| 35 | + "keyword_exclude": "" |
41 | 36 | },
|
42 | 37 | {
|
43 | 38 | "name": "MailchimpDetector"
|
|
58 | 53 | "name": "TwilioKeyDetector"
|
59 | 54 | }
|
60 | 55 | ],
|
| 56 | + "filters_used": [ |
| 57 | + { |
| 58 | + "path": "detect_secrets.filters.allowlist.is_line_allowlisted" |
| 59 | + }, |
| 60 | + { |
| 61 | + "path": "detect_secrets.filters.common.is_baseline_file", |
| 62 | + "filename": ".secrets.baseline" |
| 63 | + }, |
| 64 | + { |
| 65 | + "path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies", |
| 66 | + "min_level": 2 |
| 67 | + }, |
| 68 | + { |
| 69 | + "path": "detect_secrets.filters.heuristic.is_indirect_reference" |
| 70 | + }, |
| 71 | + { |
| 72 | + "path": "detect_secrets.filters.heuristic.is_likely_id_string" |
| 73 | + }, |
| 74 | + { |
| 75 | + "path": "detect_secrets.filters.heuristic.is_lock_file" |
| 76 | + }, |
| 77 | + { |
| 78 | + "path": "detect_secrets.filters.heuristic.is_not_alphanumeric_string" |
| 79 | + }, |
| 80 | + { |
| 81 | + "path": "detect_secrets.filters.heuristic.is_potential_uuid" |
| 82 | + }, |
| 83 | + { |
| 84 | + "path": "detect_secrets.filters.heuristic.is_prefixed_with_dollar_sign" |
| 85 | + }, |
| 86 | + { |
| 87 | + "path": "detect_secrets.filters.heuristic.is_sequential_string" |
| 88 | + }, |
| 89 | + { |
| 90 | + "path": "detect_secrets.filters.heuristic.is_swagger_file" |
| 91 | + }, |
| 92 | + { |
| 93 | + "path": "detect_secrets.filters.heuristic.is_templated_secret" |
| 94 | + }, |
| 95 | + { |
| 96 | + "path": "detect_secrets.filters.regex.should_exclude_file", |
| 97 | + "pattern": [ |
| 98 | + "poetry.lock" |
| 99 | + ] |
| 100 | + } |
| 101 | + ], |
61 | 102 | "results": {
|
62 | 103 | "README.md": [
|
63 | 104 | {
|
| 105 | + "type": "Hex High Entropy String", |
| 106 | + "filename": "README.md", |
64 | 107 | "hashed_secret": "04e78d6e804f2b59e6cb282cb9ed2c7bfd8a9737",
|
65 | 108 | "is_verified": false,
|
66 |
| - "line_number": 152, |
67 |
| - "type": "Hex High Entropy String" |
| 109 | + "line_number": 152 |
| 110 | + } |
| 111 | + ], |
| 112 | + "infra/config/local_dev.env": [ |
| 113 | + { |
| 114 | + "type": "Secret Keyword", |
| 115 | + "filename": "infra/config/local_dev.env", |
| 116 | + "hashed_secret": "4b9a4ce92b6a01a4cd6ee1672d31c043f2ae79ab", |
| 117 | + "is_verified": false, |
| 118 | + "line_number": 5 |
| 119 | + }, |
| 120 | + { |
| 121 | + "type": "Secret Keyword", |
| 122 | + "filename": "infra/config/local_dev.env", |
| 123 | + "hashed_secret": "77ea6398f252999314d609a708842a49fc43e055", |
| 124 | + "is_verified": false, |
| 125 | + "line_number": 8 |
68 | 126 | }
|
69 | 127 | ]
|
70 | 128 | },
|
71 |
| - "version": "0.14.3", |
72 |
| - "word_list": { |
73 |
| - "file": null, |
74 |
| - "hash": null |
75 |
| - } |
| 129 | + "generated_at": "2022-07-13T07:01:04Z" |
76 | 130 | }
|
0 commit comments