File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 23
23
publish :
24
24
strategy :
25
25
matrix :
26
- version : [latest, "1.38"]
26
+ version : [latest, "1.39", "1. 38"]
27
27
variant : [prod, dev]
28
28
name : ${{ matrix.version }}${{ matrix.variant == 'dev' && '-dev' || '' }}
29
29
uses : ' ./.github/workflows/release.yaml'
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Minimal Wolfi-based ggshield image including trivy/grype ggshields.
7
7
| 📌 Version | ⬇️ Pull URL |
8
8
| --------- | ----------------------------------------- |
9
9
| latest | ghcr.io/gitguardian/wolfi/ggshield: latest |
10
+ | 1.39 | ghcr.io/gitguardian/wolfi/ggshield:1.39 |
10
11
| 1.38 | ghcr.io/gitguardian/wolfi/ggshield:1.38 |
11
12
12
13
## ✅ Verify the Provenance
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ contents:
5
5
- apk-tools
6
6
- build-base
7
7
- git
8
+ - python-3.12-dev
9
+ - py3.12-pip
8
10
- uv
9
11
- vim
10
12
- wget
Original file line number Diff line number Diff line change @@ -8,9 +8,7 @@ contents:
8
8
- curl
9
9
- ggshield
10
10
- glibc-locale-posix
11
- - grype
12
11
- jq
13
- - trivy
14
12
- wget
15
13
- wolfi-baselayout
16
14
- yq
You can’t perform that action at this time.
0 commit comments