|
| 1 | +{ |
| 2 | + "version": "1.4.0", |
| 3 | + "plugins_used": [ |
| 4 | + {"name": "AWSKeyDetector"}, |
| 5 | + {"name": "AzureStorageKeyDetector"}, |
| 6 | + {"name": "BasicAuthDetector"}, |
| 7 | + {"name": "CloudantDetector"}, |
| 8 | + {"name": "DiscordBotTokenDetector"}, |
| 9 | + {"name": "GitHubTokenDetector"}, |
| 10 | + {"name": "Base64HighEntropyString", "limit": 4.5}, |
| 11 | + {"name": "HexHighEntropyString", "limit": 3.0}, |
| 12 | + {"name": "IbmCloudIamDetector"}, |
| 13 | + {"name": "IbmCosHmacDetector"}, |
| 14 | + {"name": "JwtTokenDetector"}, |
| 15 | + {"name": "KeywordDetector"}, |
| 16 | + {"name": "MailchimpDetector"}, |
| 17 | + {"name": "NpmDetector"}, |
| 18 | + {"name": "PrivateKeyDetector"}, |
| 19 | + {"name": "SendGridDetector"}, |
| 20 | + {"name": "SlackDetector"}, |
| 21 | + {"name": "SoftlayerDetector"}, |
| 22 | + {"name": "SquareOAuthDetector"}, |
| 23 | + {"name": "StripeDetector"}, |
| 24 | + {"name": "TwilioKeyDetector"} |
| 25 | + ], |
| 26 | + "filters_used": [ |
| 27 | + {"path": "detect_secrets.filters.allowlist.is_line_allowlisted"}, |
| 28 | + {"path": "detect_secrets.filters.common.is_baseline_file", "filename": ".secrets.baseline"}, |
| 29 | + {"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies", "min_level": 2}, |
| 30 | + {"path": "detect_secrets.filters.heuristic.is_indirect_reference"}, |
| 31 | + {"path": "detect_secrets.filters.heuristic.is_likely_id_string"}, |
| 32 | + {"path": "detect_secrets.filters.heuristic.is_lock_file"}, |
| 33 | + {"path": "detect_secrets.filters.heuristic.is_not_alphanumeric_string"}, |
| 34 | + {"path": "detect_secrets.filters.heuristic.is_potential_uuid"}, |
| 35 | + {"path": "detect_secrets.filters.heuristic.is_prefixed_with_dollar_sign"}, |
| 36 | + {"path": "detect_secrets.filters.heuristic.is_sequential_string"}, |
| 37 | + {"path": "detect_secrets.filters.heuristic.is_swagger_file"}, |
| 38 | + {"path": "detect_secrets.filters.heuristic.is_templated_secret"} |
| 39 | + ], |
| 40 | + "results": {}, |
| 41 | + "generated_at": "2026-01-28T11:35:00Z" |
| 42 | +} |
0 commit comments