updated readme

This commit is contained in:
Mick Grove 2026-04-04 08:16:15 -07:00
commit a7b8711c5c
2 changed files with 2 additions and 2 deletions

View file

@ -345,7 +345,7 @@ gh attestation verify kingfisher-linux-x64.tgz --repo mongodb/kingfisher
# Detection Rules
Kingfisher ships with [600+ built-in rules](crates/kingfisher-rules/data/rules/) covering cloud keys, AI tokens, CI/CD secrets, database credentials, and SaaS API keys. Below is an overview — see the full list in [crates/kingfisher-rules/data/rules/](crates/kingfisher-rules/data/rules/):
Kingfisher ships with [700+ built-in rules](crates/kingfisher-rules/data/rules/) covering cloud keys, AI tokens, CI/CD secrets, database credentials, and SaaS API keys. Below is an overview — see the full list in [crates/kingfisher-rules/data/rules/](crates/kingfisher-rules/data/rules/):
| Category | What we catch |
|----------|---------------|

View file

@ -259,7 +259,7 @@ flowchart TD
### Loading Builtin Rules
Kingfisher comes with 600+ builtin rules for common secret types:
Kingfisher comes with 700+ builtin rules for common secret types:
```rust
use kingfisher_rules::{get_builtin_rules, Confidence};