Changed
-
It is now possible to use generic command-line options like
--verbose
anywhere on the command line and scan options anywhere after thescan
word (#197). -
ggshield iac scan
now shows the severity of the detected vulnerabilities.
Fixed
-
If a file containing secrets has been committed in two different branches, then
ggshield secret scan repo
would show 4 secrets instead of 2. This has been fixed (#428). -
ggshield now uses different error codes when a scan succeeds but finds problems and when a scan does not finish (#404).
-
ggshield now correctly handles the case where git is not installed (#329).