Skip to content

Commit

Permalink
chore(release): 1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
agateau-gg committed Jun 28, 2023
1 parent 80e013d commit d69ccc8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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

## 1.17.2 — 2023-06-28

### Fixed

- Fixed ggshield not installing properly when installing with Brew on macOS.

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

## 1.17.1 — 2023-06-28
Expand Down
2 changes: 1 addition & 1 deletion actions/iac/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ branding:
color: 'blue'
runs:
using: 'docker'
image: 'docker://gitguardian/ggshield:v1.17.1'
image: 'docker://gitguardian/ggshield:v1.17.2'
entrypoint: '/app/docker/actions-iac-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 @@ -21,7 +21,7 @@ inputs:

runs:
using: 'docker'
image: 'docker://gitguardian/ggshield:v1.17.1'
image: 'docker://gitguardian/ggshield:v1.17.2'
entrypoint: '/app/docker/actions-secret-entrypoint.sh'
args:
- ${{ inputs.args }}

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.17.1"
__version__ = "1.17.2"

0 comments on commit d69ccc8

Please sign in to comment.