Skip to content

Commit 2f30902

Browse files
committed
chore(release): 1.18.1
1 parent 0c93e9e commit 2f30902

8 files changed

Lines changed: 14 additions & 13 deletions

CHANGELOG.md

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

3+
<a id='changelog-1.18.1'></a>
4+
5+
## 1.18.1 — 2023-08-22
6+
7+
### Fixed
8+
9+
- Fixed a bug which caused IaC and SCA scans to fail on GitLab CI because GitLab does not run `git fetch` on the target branch for merge requests. ggshield now runs `git fetch` itself to avoid this problem.
10+
11+
- Fixed a typo in the command suggested to tell git a directory is safe.
12+
313
<a id='changelog-1.18.0'></a>
414

515
## 1.18.0 — 2023-08-16

actions/iac/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ branding:
2121
color: 'blue'
2222
runs:
2323
using: 'docker'
24-
image: 'docker://gitguardian/ggshield:v1.18.0'
24+
image: 'docker://gitguardian/ggshield:v1.18.1'
2525
entrypoint: '/app/docker/actions-iac-entrypoint.sh'
2626
args:
2727
- ${{ inputs.args }}

actions/sca/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ branding:
1919
color: 'blue'
2020
runs:
2121
using: 'docker'
22-
image: 'docker://gitguardian/ggshield:v1.18.0'
22+
image: 'docker://gitguardian/ggshield:v1.18.1'
2323
entrypoint: '/app/docker/actions-sca-entrypoint.sh'
2424
args:
2525
- ${{ inputs.args }}

actions/secret/action.yml

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

2222
runs:
2323
using: 'docker'
24-
image: 'docker://gitguardian/ggshield:v1.18.0'
24+
image: 'docker://gitguardian/ggshield:v1.18.1'
2525
entrypoint: '/app/docker/actions-secret-entrypoint.sh'
2626
args:
2727
- ${{ inputs.args }}

changelog.d/20230725_144801_paul.beslin.ext_update_github_action_iac_command.md

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

changelog.d/20230818_111845_aurelien.gateau_fix_typo.md

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

changelog.d/20230821_113358_xavier.blanchot_fix_sca_gitlab_ci.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.18.0"
1+
__version__ = "1.18.1"

0 commit comments

Comments
 (0)