Skip to content

Releases: GitGuardian/ggshield

v1.10.1

29 Oct 12:55
Compare
Choose a tag to compare

🔧 Chores and Improvements

  • f17a439 (actions) use the proper github token for updating brew

v1.10.0

29 Oct 12:30
Compare
Choose a tag to compare

🚀 Features

  • 8990fda (scan) add --ignore-default-excludes to exclude some patterns by default
  • 0fe22e7 (scan) add a --exclude option

🐛 Bug fixes

  • 089bae3 (ci) fix commit range for gitlab merge request pipelines
  • 0df0e2f (scan) path should not ignore not added files even when running on a git repository
  • 9ffb488 (config) do not turn keys of type set into list in update_config()

🔧 Chores and Improvements

  • 4af8e69 (readme) add information on ignoring files and detectors
  • 787aa88 (deps) update pygitguardian
  • 69f4fea (version) bump minor version
  • de838d8 (tests) add ipdb as the default debugger for tests
  • 5101734 (test) add TEST_GITGUARDIAN_API_KEY to CONTRIBUTING.md

📦 Other

  • 428ea05 (gitlab) add warning about MR pipelines
  • 765c04a (ggshield) add validity check and reorganize tests
  • d83f208 (ggshield) add pytest-socket
  • f3c480e Merge pull request #118 from Sayrus/fix-documentation-samples

docs(pre-receive): fix filenames and python version

  • 88fa8bb (contributing) add instruction for message check pre-commit hook
  • 00c8dbf (scan) make the help of repo cmd clearer
  • 2bcccf2 (README) update pre-receive docs
  • 1fb057b (pre-receive) fix filenames and python version

v1.9.0

11 Oct 15:50
Compare
Choose a tag to compare

🚀 Features

  • 1220413 (pre-receive) add gitlab web detection
  • 2ce2bfa (pre-receive) add pre-receive timeout
  • f6e39c3 (pre-receive) return 0 if breakglassed
  • 87a82c9 (pre-receive) add specific pre-receive-mode

🐛 Bug fixes

  • de3daaf (pre-receive) git status -C doesnt work on bare repos
  • 9c26571 (ci) disable cache for scan ci command

🔧 Chores and Improvements

  • fb9d8ff (ci) create release
  • a09a3c1 (ggshield) bump hardcoded version
  • 291af0b (cache) do not create cache file until we need it
  • cd927ab (pre-receive) add explanation to magic number.
  • 9f842ba (ggshield) refactor scan exception handle

📦 Other

  • 86c47dd (pre-receive) improve menu items
  • 4838736 (pre-receive) add pre-receive docs
  • bcd55ae (pre-receive) add pre-receive tests
  • 263393e (prepush) move prepush tests to own file

v1.8.2

23 Sep 11:53
Compare
Choose a tag to compare

🐛 Bug fixes

  • 90b3b59 (ggshield) fix typo in api-status menu

🔧 Chores and Improvements

  • 2189af3 (ggshield) drop python 3.6 support
  • 4ba1b38 (pipfile) update dev dependencies
  • e52c430 (pre-commit) pre-commit run --all files
  • ac3ae4a (deps) update dependencies

📦 Other

  • 255c42d (ggshield) add new options to config and readme

v1.8.1

20 Aug 09:43
Compare
Choose a tag to compare

🔧 Chores and Improvements

  • 8563248 (setup) fix missing yaspin dependency
  • 6e27e63 (setup) fix setup spacing
  • a15d0e6 (pipfile) fix lock

v1.8.0

20 Aug 09:08
Compare
Choose a tag to compare

🚀 Features

  • Add option to banlist detectors
  • Add config to banlist detectors
  • Add spinner during docker save

🐛 Bug fixes

  • Fixed progress bar during scan processing

🔧 Chores and Improvements

v1.7.3

20 Jul 07:04
Compare
Choose a tag to compare

🐛 Bug fixes

v1.7.2

15 Jul 07:58
Compare
Choose a tag to compare

🐛 Bug fixes

  • 0d4601f (output) add a new lines
  • f0035d5 (cmd) rename deprecated callback
  • 98ae6b8 (docker) handle incomplete docker config

🔧 Chores and Improvements

  • 626f289 (release) update patch
  • 61a7247 (ggshield) add 3.9 compatibility tag

📦 Other

  • 71cc491 Merge pull request #90 from GitGuardian/jeremy/2356/scan-docker-with-incomplete-config

fix(docker): handle incomplete docker config

v1.7.1

12 Jul 14:25
Compare
Choose a tag to compare

🚀 Features

  • 32602ee (cmd) add an option to ignore ssl

🐛 Bug fixes

  • 40d0299 (urlib) do not warn if the user knows he's disabling SSL verification

🔧 Chores and Improvements

  • 0448765 (ggshield) rename actions
  • 1f63dec (ggshield) rename most references in repo
  • f7bf1fc (actions) fix typo
  • f5ce573 (actions) provide a valid token

v1.7.0

06 Jul 09:01
Compare
Choose a tag to compare

🚀 Features

  • fd7bde7 (chore) update py-gitguardian
  • c6b392c (output) add secrets engine version to scan results
  • 419d331 (status_cmd) add the api-status command

🐛 Bug fixes

  • 573faf8 (json) fix line display on JSON output

🔧 Chores and Improvements

  • 4ef8054 (README) add new commands to readme and bump version
  • 1fe6884 (README) add update instructions
  • 078e60f (docker) update dockerfile to 3.9
  • 5cc6ec0 (github) add brew update

📦 Other

  • 4852859 (policy-breaks) test user display mode