Skip to content

Commit 6007d55

Browse files
committed
CI: Exempt rolling distro containers from zizmor image pinning
The package install tests deliberately run against the current Fedora and Arch Linux container images, so ignore the unpinned-images audit at each of those sites rather than pinning digests.
1 parent 91c45e7 commit 6007d55

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/package-install-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148

149149
build-rpm:
150150
runs-on: ubuntu-24.04
151-
container: fedora:latest
151+
container: fedora:latest # zizmor: ignore[unpinned-images]
152152

153153
steps:
154154
- uses: actions/checkout@v6
@@ -189,7 +189,7 @@ jobs:
189189
test-rpm:
190190
needs: [upload-tests, build-rpm]
191191
runs-on: ubuntu-24.04
192-
container: fedora:latest
192+
container: fedora:latest # zizmor: ignore[unpinned-images]
193193

194194
steps:
195195
- name: Download test scripts
@@ -233,7 +233,7 @@ jobs:
233233

234234
build-arch:
235235
runs-on: ubuntu-24.04
236-
container: archlinux:latest
236+
container: archlinux:latest # zizmor: ignore[unpinned-images]
237237

238238
steps:
239239
- uses: actions/checkout@v6
@@ -276,7 +276,7 @@ jobs:
276276
test-arch:
277277
needs: [upload-tests, build-arch]
278278
runs-on: ubuntu-24.04
279-
container: archlinux:latest
279+
container: archlinux:latest # zizmor: ignore[unpinned-images]
280280

281281
steps:
282282
- name: Download test scripts

0 commit comments

Comments
 (0)