Skip to content

Releases: GitGuardian/ggshield

v1.5.0

06 May 08:23
Compare
Choose a tag to compare

🚀 Features

  • be4e5a7 (integration) Add Azure Pipelines support
  • 075fe5e (integration) handle drone.io CI

🐛 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

31 Mar 12:53
Compare
Choose a tag to compare

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

05 Mar 09:42
Compare
Choose a tag to compare

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

04 Mar 10:15
Compare
Choose a tag to compare

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

13 Jan 14:26
Compare
Choose a tag to compare

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

17 Sep 08:46
Compare
Choose a tag to compare

Changelog

v1.2.2

01 Sep 08:07
Compare
Choose a tag to compare

Changelog

v1.2.0

15 Jul 14:10
Compare
Choose a tag to compare

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

v1.1.0

02 Jul 09:06
Compare
Choose a tag to compare

Changelog

  • Split scan modes into subcommands

    • ggshield scan ci
    • ggshield scan commit-range
    • ggshield scan path
    • ggshield scan pre-commit
    • ggshield scan repo
  • Add git pre-receive hooks example

v1.0.3

29 Jun 15:20
Compare
Choose a tag to compare

Changelog

  • Add docker_image pre-commit hook called docker-ggshield
  • Add --exit-zero. This flag makes ggshield always return an exit code 0.
  • Fix compatibility issue with python 3.6