From 9ed3cb46b0706245fc90083e9aad5fbdc31e03e4 Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Tue, 22 Jul 2025 08:27:20 -0700 Subject: [PATCH] Fixed permission issue with cargo-deb running after docker based linux build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7734648..9a7895e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Kingfisher extends Nosey Parker with live secret validation via cloud-provider A - **Language‑Aware Accuracy**: AST parsing in 20+ languages via Tree‑Sitter reduces contextless regex matches. see [docs/PARSING.md](/docs/PARSING.md) - **Built-In Validation**: Hundreds of built-in detection rules, many with live-credential validators that call the relevant service APIs (AWS, Azure, GCP, Stripe, etc.) to confirm a secret is active. You can extend or override the library by adding YAML-defined rules on the command line—see [docs/RULES.md](/docs/RULES.md) for details - **Git History Scanning**: Scan local repos, remote GitHub/GitLab orgs/users, or arbitrary GitHub/GitLab repos -- **Baseline Support:** Generate and manage baseline files to ignore known secrets and report only newly introduced ones. See ([docs/BASELINE.md](docs/BASELINE.md)) for details. +- **Baseline Support:** Generate and manage baseline files to ignore known secrets and report only newly introduced ones. See ([docs/BASELINE.md](docs/BASELINE.md)) for details. # Getting Started ## Installation