Skip to content

Commit a522bd2

Browse files
committed
chore(release): 1.31.0
1 parent 3837a43 commit a522bd2

7 files changed

+16
-10
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
<a id='changelog-1.31.0'></a>
4+
5+
## 1.31.0 — 2024-08-27
6+
7+
### Added
8+
9+
- We now provide tar.gz archives for macOS, in addition to pkg files.
10+
11+
### Fixed
12+
13+
- JSON output: fixed incorrect values for line and index when scanning a file and not a patch.
14+
315
<a id='changelog-1.30.2'></a>
416

517
## 1.30.2 — 2024-08-05

actions/iac/action.yml

+1-1
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.30.2'
17+
image: 'docker://gitguardian/ggshield:v1.31.0'
1818
entrypoint: '/app/docker/actions-iac-entrypoint.sh'
1919
args:
2020
- ${{ inputs.args }}

actions/sca/action.yml

+1-1
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.30.2'
17+
image: 'docker://gitguardian/ggshield:v1.31.0'
1818
entrypoint: '/app/docker/actions-sca-entrypoint.sh'
1919
args:
2020
- ${{ inputs.args }}

actions/secret/action.yml

+1-1
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.30.2'
19+
image: 'docker://gitguardian/ggshield:v1.31.0'
2020
entrypoint: '/app/docker/actions-secret-entrypoint.sh'
2121
args:
2222
- ${{ inputs.args }}

changelog.d/20240807_172738_aurelien.gateau_macos_targz.md

-3
This file was deleted.

changelog.d/20240812_134908_salome.voltz_fix_json_output_handler.md

-3
This file was deleted.

ggshield/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.30.2"
1+
__version__ = "1.31.0"

0 commit comments

Comments
 (0)