Skip to content

Update images digests#651

Merged
cpanato merged 1 commit intomainfrom
update-digests
Apr 20, 2026
Merged

Update images digests#651
cpanato merged 1 commit intomainfrom
update-digests

Conversation

@octo-sts
Copy link
Copy Markdown
Contributor

@octo-sts octo-sts bot commented Apr 18, 2026

Update images digests

NONE

Changes

Details
diff --git a/.github/workflows/.ci-build.yml b/.github/workflows/.ci-build.yml
index 8748f9f..e4acaaa 100644
--- a/.github/workflows/.ci-build.yml
+++ b/.github/workflows/.ci-build.yml
@@ -74,7 +74,7 @@ jobs:
     timeout-minutes: 600 # default is 360
 
     container:
-      image: ghcr.io/wolfi-dev/sdk:latest@sha256:5a661ea18acd25bee57508dce9b434855086fd733f84715bee680ddba5862d78
+      image: ghcr.io/wolfi-dev/sdk:latest@sha256:fe3121bb3d117f65a8391676f299b78ddf2b0cc1d3aa0d5df6e99603e9db46bf
       options: |
         --cap-add NET_ADMIN --cap-add SYS_ADMIN --device /dev/fuse --security-opt seccomp=unconfined --security-opt apparmor:unconfined
 
diff --git a/advisories-validate/action.yaml b/advisories-validate/action.yaml
index d815d35..30f830d 100644
--- a/advisories-validate/action.yaml
+++ b/advisories-validate/action.yaml
@@ -37,7 +37,7 @@ inputs:
 
 runs:
   using: 'docker'
-  image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:5a661ea18acd25bee57508dce9b434855086fd733f84715bee680ddba5862d78
+  image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:fe3121bb3d117f65a8391676f299b78ddf2b0cc1d3aa0d5df6e99603e9db46bf
   entrypoint: wolfictl
   args:
     - adv
diff --git a/build-and-publish-osv/action.yaml b/build-and-publish-osv/action.yaml
index 420c781..be2bb27 100644
--- a/build-and-publish-osv/action.yaml
+++ b/build-and-publish-osv/action.yaml
@@ -66,7 +66,7 @@ runs:
       shell: bash
 
     - name: Build the security database
-      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:5a661ea18acd25bee57508dce9b434855086fd733f84715bee680ddba5862d78
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:fe3121bb3d117f65a8391676f299b78ddf2b0cc1d3aa0d5df6e99603e9db46bf
       with:
         entrypoint: wolfictl
         args: advisory osv -o osv ${{ inputs.wolfictl_args }}
diff --git a/build-and-publish-secdb/action.yaml b/build-and-publish-secdb/action.yaml
index 8b5ed02..10fd63d 100644
--- a/build-and-publish-secdb/action.yaml
+++ b/build-and-publish-secdb/action.yaml
@@ -61,7 +61,7 @@ runs:
       shell: bash
 
     - name: Build the security database
-      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:5a661ea18acd25bee57508dce9b434855086fd733f84715bee680ddba5862d78
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:fe3121bb3d117f65a8391676f299b78ddf2b0cc1d3aa0d5df6e99603e9db46bf
       with:
         entrypoint: wolfictl
         args: ${{ inputs.wolfictl_args }}
diff --git a/build-and-publish-yaml/action.yaml b/build-and-publish-yaml/action.yaml
index 2e30f7e..23bcb24 100644
--- a/build-and-publish-yaml/action.yaml
+++ b/build-and-publish-yaml/action.yaml
@@ -56,7 +56,7 @@ runs:
       shell: bash
 
     - name: Build the security database
-      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:5a661ea18acd25bee57508dce9b434855086fd733f84715bee680ddba5862d78
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:fe3121bb3d117f65a8391676f299b78ddf2b0cc1d3aa0d5df6e99603e9db46bf
       with:
         entrypoint: wolfictl
         args: ${{ inputs.wolfictl_args }}
diff --git a/install-wolfictl/action.yaml b/install-wolfictl/action.yaml
index a511d9c..ffcf746 100644
--- a/install-wolfictl/action.yaml
+++ b/install-wolfictl/action.yaml
@@ -10,6 +10,6 @@ runs:
       run: |
         # Copy wolfictl out of the wolfictl image and onto PATH
         TMP=$(mktemp -d)
-        docker run --rm -i -v $TMP:/out --entrypoint /bin/sh ghcr.io/wolfi-dev/sdk:latest@sha256:5a661ea18acd25bee57508dce9b434855086fd733f84715bee680ddba5862d78 -c "cp /usr/bin/wolfictl /out"
+        docker run --rm -i -v $TMP:/out --entrypoint /bin/sh ghcr.io/wolfi-dev/sdk:latest@sha256:fe3121bb3d117f65a8391676f299b78ddf2b0cc1d3aa0d5df6e99603e9db46bf -c "cp /usr/bin/wolfictl /out"
         echo "$TMP" >> $GITHUB_PATH
       shell: bash
diff --git a/wolfictl-check-updates/action.yaml b/wolfictl-check-updates/action.yaml
index 738a49b..4f7ed84 100644
--- a/wolfictl-check-updates/action.yaml
+++ b/wolfictl-check-updates/action.yaml
@@ -19,7 +19,7 @@ runs:
   using: "composite"
   steps:
     - name: wolfictl-check-updates
-      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:5a661ea18acd25bee57508dce9b434855086fd733f84715bee680ddba5862d78
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:fe3121bb3d117f65a8391676f299b78ddf2b0cc1d3aa0d5df6e99603e9db46bf
       with:
         entrypoint: wolfictl
         args: check update ${{ inputs.changed_files }}
diff --git a/wolfictl-lint/action.yaml b/wolfictl-lint/action.yaml
index cb777d3..e4f00c7 100644
--- a/wolfictl-lint/action.yaml
+++ b/wolfictl-lint/action.yaml
@@ -26,7 +26,7 @@ runs:
     - name: Lint
       if: ${{ inputs.run_wolfictl_lint == 'true' }}
       id: lint
-      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:5a661ea18acd25bee57508dce9b434855086fd733f84715bee680ddba5862d78
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:fe3121bb3d117f65a8391676f299b78ddf2b0cc1d3aa0d5df6e99603e9db46bf
       with:
         entrypoint: wolfictl
         args: --log-level info lint --skip-rule no-makefile-entry-for-package ${{ inputs.args }}
@@ -34,7 +34,7 @@ runs:
     - name: Enforce YAML formatting
       if: ${{ inputs.run_wolfictl_lint_yam == 'true' }}
       id: lint-yaml
-      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:5a661ea18acd25bee57508dce9b434855086fd733f84715bee680ddba5862d78
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:fe3121bb3d117f65a8391676f299b78ddf2b0cc1d3aa0d5df6e99603e9db46bf
       with:
         entrypoint: wolfictl
         args: lint yam ${{ inputs.args }}
diff --git a/wolfictl-update-gh/action.yaml b/wolfictl-update-gh/action.yaml
index 399f74b..bfc958c 100644
--- a/wolfictl-update-gh/action.yaml
+++ b/wolfictl-update-gh/action.yaml
@@ -27,7 +27,7 @@ inputs:
 
 runs:
   using: 'docker'
-  image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:5a661ea18acd25bee57508dce9b434855086fd733f84715bee680ddba5862d78
+  image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:fe3121bb3d117f65a8391676f299b78ddf2b0cc1d3aa0d5df6e99603e9db46bf
   entrypoint: wolfictl
   args:
     - update
diff --git a/wolfictl-update-rm/action.yaml b/wolfictl-update-rm/action.yaml
index 3d49919..3cf4484 100644
--- a/wolfictl-update-rm/action.yaml
+++ b/wolfictl-update-rm/action.yaml
@@ -32,7 +32,7 @@ inputs:
 
 runs:
   using: 'docker'
-  image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:5a661ea18acd25bee57508dce9b434855086fd733f84715bee680ddba5862d78
+  image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:fe3121bb3d117f65a8391676f299b78ddf2b0cc1d3aa0d5df6e99603e9db46bf
   entrypoint: wolfictl
   args:
     - update

@octo-sts octo-sts bot force-pushed the update-digests branch from 26f5912 to 17a5857 Compare April 20, 2026 01:42
@cpanato cpanato merged commit 86a77f8 into main Apr 20, 2026
6 checks passed
@cpanato cpanato deleted the update-digests branch April 20, 2026 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant