Releases: digo5ds/pygitguard
Releases · digo5ds/pygitguard
1.0.4
1.0.3
1.0.2
1.0.1
📦 Version
1.0.1
- Fix: pip install support.
- Fix: pre-commit support.
- Fix: Improvements to config in .pre-commit-config.yaml.
- Fix: Add pre-commit to requirements.txt.
- Fix: Creating config files if they do not exist.
- Fix: Remove interactive mode with input (not supported with pre-commit).
1.0.0
📦 Version
1.0.0 – First version with the basic planned functions.
Included features:
- 🚫 Detection of sensitive content using regex (e.g., passwords, tokens, API keys).
- 🧾 Identification of sensitive file patterns (e.g.,
.env,.pem,id_rsa). ⚠️ File size validation with configurable maximum size.- 📄 Best practice file recommendations (e.g.,
README.md,.gitignore,LICENSE). - ✅ Integration support with pre-commit hooks.
- ⚙️ Auto-generation of
pygitguard.yamland .pre-commit-config.yaml configuration file on first run.