You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ggshield secret scan commands can now output results in SARIF format, using the new --format sarif option (#869).
ggshield sca scan ci and ggshield sca scan all now support the MALICIOUS value for --minimum-severity
Changed
ggshield now has the ability to display custom remediation messages on pre-commit, pre-push and pre-receive. These messages are defined in the platform and fetched from the /metadata endpoint of the API. If no messages are set up on the platform, default remediation messages will be displayed as before.