Metadata-Version: 2.4
Name: secretcheck
Version: 1.0.8
Summary: Git pre-commit secret scanner (Go binary under the hood). Blocks commits that contain API keys, tokens, and credentials, with a clear option to override.
Author-email: Anukool Patel <aanukool.patel@gmail.com>
License: MIT
Project-URL: Homepage, https://docs.anukool.me/secretcheck
Project-URL: Documentation, https://docs.anukool.me/secretcheck
Project-URL: Repository, https://github.com/anukool23/secretcheck
Keywords: git,pre-commit,secrets,security,credentials
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Security
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# secretcheck

A git pre-commit hook that scans staged files for secrets — API keys,
tokens, private keys, credentials — and blocks the commit if it finds any,
with an explicit option to override.

```bash
pip install secretcheck
secretcheck init      # installs the pre-commit hook in the current repo
```

This package bundles a prebuilt Go binary for your platform; `secretcheck`
and `python -m secretcheck` both just launch it.

Full docs, rule list, and config options: https://docs.anukool.me/secretcheck
Source: https://github.com/anukool23/secretcheck
