Skip to content

Commit 767ecca

Browse files
committed
chore(release): 1.32.0
1 parent 600d576 commit 767ecca

9 files changed

+20
-16
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
<a id='changelog-1.32.0'></a>
4+
5+
## 1.32.0 — 2024-09-24
6+
7+
### Added
8+
9+
- When scanning a merge commit, `ggshield secret scan pre-commit` now 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-files` option to go back to the previous behavior.
10+
11+
- `ggshield secret scan` commands now provide the `--with-incident-details` option to output more information about known incidents (JSON and SARIF outputs only).
12+
13+
- It is now possible to ignore a secret manually using `ggshield secret ignore SECRET_SHA --name NAME`.
14+
15+
### Fixed
16+
17+
- The git commit parser has been reworked, fixing cases where commands scanning commits would fail.
18+
319
<a id='changelog-1.31.0'></a>
420

521
## 1.31.0 — 2024-08-27

actions/iac/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ branding:
1414
color: 'blue'
1515
runs:
1616
using: 'docker'
17-
image: 'docker://gitguardian/ggshield:v1.31.0'
17+
image: 'docker://gitguardian/ggshield:v1.32.0'
1818
entrypoint: '/app/docker/actions-iac-entrypoint.sh'
1919
args:
2020
- ${{ inputs.args }}

actions/sca/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ branding:
1414
color: 'blue'
1515
runs:
1616
using: 'docker'
17-
image: 'docker://gitguardian/ggshield:v1.31.0'
17+
image: 'docker://gitguardian/ggshield:v1.32.0'
1818
entrypoint: '/app/docker/actions-sca-entrypoint.sh'
1919
args:
2020
- ${{ inputs.args }}

actions/secret/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ inputs:
1616

1717
runs:
1818
using: 'docker'
19-
image: 'docker://gitguardian/ggshield:v1.31.0'
19+
image: 'docker://gitguardian/ggshield:v1.32.0'
2020
entrypoint: '/app/docker/actions-secret-entrypoint.sh'
2121
args:
2222
- ${{ inputs.args }}

changelog.d/20240819_162411_fnareoh_scrt_4759_optimize_files_to_scan_on_merge_commits.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/20240906_141336_fnareoh_scrt_4693_ggshield_output_expose_incident_date_and_severity.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/20240910_170441_aurelien.gateau_fix_git_parser.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/20240912_120216_salome.voltz_add_ignore_hash_cmd.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

ggshield/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.31.0"
1+
__version__ = "1.32.0"

0 commit comments

Comments
 (0)