Skip to content

Commit fcd47e6

Browse files
chore(release): 1.41.0
1 parent 72e0ca2 commit fcd47e6

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

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

3+
<a id='changelog-1.41.0'></a>
4+
5+
## 1.41.0 — 2025-06-24
6+
7+
### Changed
8+
9+
- When scanning a docker image, if no image is found matching the client platform, try to pull the `linux/amd64` image.
10+
311
<a id='changelog-1.40.0'></a>
412

513
## 1.40.0 — 2025-05-27

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

changelog.d/20250620_145029_severine.bonnechere_fix_pull_docker_apple_silicon.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.40.0"
1+
__version__ = "1.41.0"

0 commit comments

Comments
 (0)