forked from mirrors/kingfisher
- Condensed GitError formatting to report the exit status and the first informative lines from stdout/stderr, producing concise git clone failure logs. - Added support for scanning Google Cloud Storage buckets via --gcs-bucket, including optional prefixes and service-account authentication. - Added --skip-aws-account (now accepting comma-separated values) and --skip-aws-account-file to bypass live AWS validation for known canary/honey-token account IDs without triggering alerts. Kingfisher now ships with several canary AWS account IDs pre-seeded in the skip list and now reports matching findings as "Not Attempted" with the "Response" containing "(skip list entry)" so its clear that validation was intentionally skipped and why. |
||
|---|---|---|
| .. | ||
| cli.rs | ||
| cli_failure.rs | ||
| fingerprint_dedup.rs | ||
| int_allowlist.rs | ||
| int_base64.rs | ||
| int_bitbucket.rs | ||
| int_dedup.rs | ||
| int_github.rs | ||
| int_gitlab.rs | ||
| int_quiet.rs | ||
| int_redact.rs | ||
| int_rules_no_validated_findings.rs | ||
| int_s3.rs | ||
| int_slack.rs | ||
| int_validation_cache.rs | ||
| int_vulnerable_files.rs | ||
| smoke_archive.rs | ||
| smoke_baseline.rs | ||
| smoke_check_rules.rs | ||
| smoke_docker.rs | ||
| smoke_exclude.rs | ||
| smoke_fs.rs | ||
| smoke_git.rs | ||
| smoke_github_homebrew.rs | ||
| smoke_update.rs | ||