1.32.0
Added
-
When scanning a merge commit,
ggshield secret scan pre-commitnow skips files that merged without conflicts. This makes merging the default branch into a topic branch much faster. You can use the--scan-all-merge-filesoption to go back to the previous behavior. -
ggshield secret scancommands now provide the--with-incident-detailsoption to output more information about known incidents (JSON and SARIF outputs only). -
It is now possible to ignore a secret manually using
ggshield secret ignore SECRET_SHA --name NAME.
Fixed
- The git commit parser has been reworked, fixing cases where commands scanning commits would fail.