Releases: GitGuardian/ggshield
Releases · GitGuardian/ggshield
v1.6.1
v1.6.0
🚀 Features
- 343d0cc (quota_cmd) add the quota command
- 9cd48f0 (docker) make dockerfile/buildargs specific
- 1ac8141 (docker) add fs banlists
- dd6de96 (docker) standardize docker command
- baaace3 add docker-archive-scan
🐛 Bug fixes
- caf7958 (docker) remove etc from banlist
- 08fd825 (typo) fix typo in readme
- f8cf3bb (docker) fix decode invalid replace
- c9f1937 (errors) fix request errors that validated literal eval
- 9085f80 add a 5% margin max file size
🔧 Chores and Improvements
- c147551 (release) update minor
- a36f498 (deps) update py-gitguardian
- 7a00322 (pipfile) update lock
- 3fbf296 (docker) add default banlist and reduce the tolerance of MAX_FILE_SIZE
- c02d15a (pipfile) update lock
- 5ae8310 (ci) update pre-commit
📦 Other
- 32ace79 (docker) fix test not being captured by runner
- 4a97d0a (docker) install yaml types for mypy lint
- 1aff1de (docker) remove interdependance on test packages
- 527f706 (readme) update readme with templates
- c3387a0 (project) add testing information
- 0bf4547 (project) add fleshed out contributing.md
- ea4984a Update issue templates
v1.5.0
🚀 Features
🐛 Bug fixes
- 45c3534 (typo) fix pre-commit install typo
🔧 Chores and Improvements
📦 Other
-
77c2212 (integration) Document how to setup ggshield with Azure Pipelines
-
6547b5c Workaround linter issue
-
4055052 Don't throw exception when CWD is /
Do throw an exception when git is not found
Update exception message to indicate situation (not found vs rejected)
Enhance PATH/CWD comparisons to avoid symlinks from causing issues -
54a832e Add --version option
v1.4.0
Changelog
- Added pre-push hook support
- Allow execution of local hooks when the global hook runs @MichaelPereira
- Add extra header for presenting dashboard statistics if desired
v1.3.2
Changelog
ggshield ignore
will now add the ignore sha instead of every match- Fixed YAML serialization issue on the new format
- Coherence update, policy breaks have been renamed to Incident/occurrence to match dashboard
v1.3.1
Changelog
- Skip cache if unable to create file
- Add warning when it's possible to correct the url in a repository scan
- Allow ignored matches to be named
- Clip long lines on output
v1.3.0
Changelog
- Add progress bar to scans
- Add support for JSON output and output file
- Add
ggshield ignore --last-found
allows automatically adding last found leaks to.gitguardian.yaml
's ignore list - (py-gitguardian) Non JSON errors will be correctly displayed
v1.2.3
Changelog
v1.2.2
Changelog
v1.2.0
Changelog
- Add Python pre-receive instructions
- Load
.env
file from working directory, project root or through an environment variable path. - Add mypy to default toolkit
- Fix first line secrets breaking display