Skip to content

Commit b70fab4

Browse files
committed
feat(ggshield): add 1.39
1 parent b4b9356 commit b70fab4

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/ggshield.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
publish:
2424
strategy:
2525
matrix:
26-
version: [latest, "1.38"]
26+
version: [latest, "1.39", "1.38"]
2727
variant: [prod, dev]
2828
name: ${{ matrix.version }}${{ matrix.variant == 'dev' && '-dev' || '' }}
2929
uses: './.github/workflows/release.yaml'

images/ggshield/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Minimal Wolfi-based ggshield image including trivy/grype ggshields.
77
| 📌 Version | ⬇️ Pull URL |
88
| --------- | ----------------------------------------- |
99
| latest | ghcr.io/gitguardian/wolfi/ggshield:latest |
10+
| 1.39 | ghcr.io/gitguardian/wolfi/ggshield:1.39 |
1011
| 1.38 | ghcr.io/gitguardian/wolfi/ggshield:1.38 |
1112

1213
## ✅ Verify the Provenance

images/ggshield/dev.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ contents:
55
- apk-tools
66
- build-base
77
- git
8+
- python-3.12-dev
9+
- py3.12-pip
810
- uv
911
- vim
1012
- wget

images/ggshield/prod.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ contents:
88
- curl
99
- ggshield
1010
- glibc-locale-posix
11-
- grype
1211
- jq
13-
- trivy
1412
- wget
1513
- wolfi-baselayout
1614
- yq

0 commit comments

Comments
 (0)