secret-shield icon indicating copy to clipboard operation
secret-shield copied to clipboard

Easily find secrets in files, directories, and repositories. Stop leaking secrets using git hooks.

Results 11 secret-shield issues
Sort by recently updated
recently updated
newest added

Git offers many different hooks. `secret-shield` implements only one of them (`pre-commit`), but it sets `core.hooksPath` to its `hooks` directory as per the recommended installation procedure. Unfortunately, this precludes other...