Skip to content

Releases: GitGuardian/ggshield

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