Mick Grove
Mick Grove
You could use this one without many changes, or as the basis for developing your own: https://github.com/mongodb/kingfisher/blob/main/install-precommit-hook.sh
Hi @nvuillam - I actually built Kingfisher. It's main features are: 1. extremely fast. Written in Rust and uses the SIMD accelerated Hyperscan regex engine. Often an order of magnitude...
@nvuillam, by default it will show the tokens. If you pass `--redact` when running Kingfisher, it replaces discovered secrets with a one-way hash for secure output. example: `kingfisher scan /path/to/dir/or/repo...