Skip to content

Commit b0e5ecd

Browse files
sarroutbiclaude
andcommitted
Pin CI image to digest in no-warnings workflow
Replace mutable :latest tag with sha256 digest for reproducible builds. Include a comment with the skopeo command to refresh the digest. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
1 parent 1f8e449 commit b0e5ecd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/compile-no-warnings.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
name: Compilation with no warnings
1616
runs-on: ubuntu-latest
1717
container:
18-
image: quay.io/keylime/keylime-ci:latest
18+
# To refresh: skopeo inspect --no-tags docker://quay.io/keylime/keylime-ci:latest | jq -r '.Digest'
19+
image: quay.io/keylime/keylime-ci@sha256:973f36045d0dd0b1a219dd88f06625c65a77f267842ee23d955e0c095ef09ff2
1920
steps:
2021
- uses: actions/checkout@v6
2122
- name: Set git safe.directory for the working directory

0 commit comments

Comments
 (0)