ripsecrets icon indicating copy to clipboard operation
ripsecrets copied to clipboard

A command-line tool to prevent committing secret keys into your source code

Results 21 ripsecrets issues
Sort by recently updated
recently updated
newest added

Hi! Love the tool! The performance gains are awesome! Curious if you had any plans to make adding additional secret patterns to the tool more friendly (Maybe an external TOML...

Like this https://bind9.readthedocs.io/en/v9_16_5/advanced.html#loading-a-new-key See also discussion in https://github.com/sirwart/ripsecrets/pull/35

I'm not sure exactly what's entailed by this, but I don't think it would be too difficult

Given this project's emphasis on performance, I thought it'd be nice to have some built-in benchmarking. This way, contributors can easily check if their changes improve or hinder performance against...

➜ temp cat src/source.java password=123 username=333 pwd=344 passwort=3333333 benutzername=32 ➜ temp ripsecrets ➜ temp

Since there are already [pre-built binaries](https://github.com/sirwart/ripsecrets/releases) for each release, it would be nice if we could utilize them in the pre-commit hook instead of requiring a dependency on `cargo install`,...

Splitting off from https://github.com/sirwart/ripsecrets/issues/66#issuecomment-1591071018 and https://github.com/sirwart/ripsecrets/issues/66#issuecomment-1722413032, it'd be great if this was uploading to crates.io on release. https://doc.rust-lang.org/cargo/reference/publishing.html https://users.rust-lang.org/t/does-anyone-use-github-actions-to-run-cargo-publish/92374

This works, although I'm not sure if it's the best way to do it. Fixes #70

Cargo installation fails citing `could not find _unix_ in _os_` ``` Compiling ripsecrets v0.1.5 (C:\Users\dsieradski\.cargo\git\checkouts\ripsecrets-0fa9e8d7534dec57\ac370a9) error[E0433]: failed to resolve: could not find `unix` in `os` --> src\pre_commit.rs:6:14 | 6 |...