Skip to content

Commit

Permalink
chore(release): 1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
salome-voltz committed Aug 27, 2024
1 parent 3837a43 commit a522bd2
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 10 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

<a id='changelog-1.31.0'></a>

## 1.31.0 — 2024-08-27

### Added

- We now provide tar.gz archives for macOS, in addition to pkg files.

### Fixed

- JSON output: fixed incorrect values for line and index when scanning a file and not a patch.

<a id='changelog-1.30.2'></a>

## 1.30.2 — 2024-08-05
Expand Down
2 changes: 1 addition & 1 deletion actions/iac/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ branding:
color: 'blue'
runs:
using: 'docker'
image: 'docker://gitguardian/ggshield:v1.30.2'
image: 'docker://gitguardian/ggshield:v1.31.0'
entrypoint: '/app/docker/actions-iac-entrypoint.sh'
args:
- ${{ inputs.args }}
2 changes: 1 addition & 1 deletion actions/sca/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ branding:
color: 'blue'
runs:
using: 'docker'
image: 'docker://gitguardian/ggshield:v1.30.2'
image: 'docker://gitguardian/ggshield:v1.31.0'
entrypoint: '/app/docker/actions-sca-entrypoint.sh'
args:
- ${{ inputs.args }}
2 changes: 1 addition & 1 deletion actions/secret/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inputs:

runs:
using: 'docker'
image: 'docker://gitguardian/ggshield:v1.30.2'
image: 'docker://gitguardian/ggshield:v1.31.0'
entrypoint: '/app/docker/actions-secret-entrypoint.sh'
args:
- ${{ inputs.args }}
3 changes: 0 additions & 3 deletions changelog.d/20240807_172738_aurelien.gateau_macos_targz.md

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion ggshield/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.30.2"
__version__ = "1.31.0"

0 comments on commit a522bd2

Please sign in to comment.