Releases: padok-team/git-secret-scanner
Releases · padok-team/git-secret-scanner
v0.5.2
Changelog
Bug fixes
- 96f0ade: Merge pull request #65 from padok-team/fix/version-in-dockerfile (@declement)
- b6059c6: fix(docker): fix infered tool version in Dockerfile (@declement)
v0.5.1
Changelog
Features
- Add Docker image for
git-secret-scanner
with all required dependencies
Others
- Update
go-gitlab
andgo-github
go packages - Pin GitHub action dependencies version
v0.5.0
Changelog
This release is a full rework of the tool in Golang. It introduces some new features:
- Full git history scans
- Support for Gitleaks and TrufflleHog ignore comments
- Improved performances
- Detailed logs
- Installation with
homebrew
⚠️ Breaking Changes ⚠️
- Fingerprint computations have changed. It means old baselines and old fingerprints are no longer compatible with this version.
- This new version is not available through
pip
. Please install withbrew
or use attached binaries instead.