Skip to content

Commit 4d84f4b

Browse files
author
Kevin Westphal
committed
chore(release): 1.50.4
1 parent bf78886 commit 4d84f4b

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

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.50.4'></a>
4+
5+
## 1.50.4 — 2026-05-07
6+
7+
### Fixed
8+
9+
- `ggshield plugin install --allow-unsigned` and `ggshield plugin update --allow-unsigned` now verify plugin signatures using the embedded / cached sigstore trust root instead of refreshing it over the network, so plugins can still be installed when the sigstore TUF endpoints are unreachable.
10+
311
<a id='changelog-1.50.3'></a>
412

513
## 1.50.3 — 2026-04-30

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

changelog.d/20260507_6d7a_skip_tuf_update_on_allow_unsigned.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.50.3"
1+
__version__ = "1.50.4"

0 commit comments

Comments
 (0)