Skip to content

Update images digests#640

Open
octo-sts[bot] wants to merge 1 commit intomainfrom
update-digests
Open

Update images digests#640
octo-sts[bot] wants to merge 1 commit intomainfrom
update-digests

Conversation

@octo-sts
Copy link
Copy Markdown
Contributor

@octo-sts octo-sts bot commented Mar 31, 2026

Update images digests

NONE

Changes

Details
diff --git a/.github/workflows/.ci-build.yml b/.github/workflows/.ci-build.yml
index 8e64868..9a9b073 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:bf6a228793fb569dd2a36e20d9186a0e41b024726b5ffe193c607f401999233b
+      image: ghcr.io/wolfi-dev/sdk:latest@sha256:393d01733b05735d9c2161835bc4bd1f58403851e5c232b88435aa6bf13c8680
       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 39bbd14..18fb048 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:bf6a228793fb569dd2a36e20d9186a0e41b024726b5ffe193c607f401999233b
+  image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:393d01733b05735d9c2161835bc4bd1f58403851e5c232b88435aa6bf13c8680
   entrypoint: wolfictl
   args:
     - adv
diff --git a/build-and-publish-osv/action.yaml b/build-and-publish-osv/action.yaml
index 15b34c7..848ae72 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:bf6a228793fb569dd2a36e20d9186a0e41b024726b5ffe193c607f401999233b
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:393d01733b05735d9c2161835bc4bd1f58403851e5c232b88435aa6bf13c8680
       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 c5f72a3..abcb0a6 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:bf6a228793fb569dd2a36e20d9186a0e41b024726b5ffe193c607f401999233b
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:393d01733b05735d9c2161835bc4bd1f58403851e5c232b88435aa6bf13c8680
       with:
         entrypoint: wolfictl
         args: ${{ inputs.wolfictl_args }}
diff --git a/build-and-publish-yaml/action.yaml b/build-and-publish-yaml/action.yaml
index 29f1d61..ed1d239 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:bf6a228793fb569dd2a36e20d9186a0e41b024726b5ffe193c607f401999233b
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:393d01733b05735d9c2161835bc4bd1f58403851e5c232b88435aa6bf13c8680
       with:
         entrypoint: wolfictl
         args: ${{ inputs.wolfictl_args }}
diff --git a/install-wolfictl/action.yaml b/install-wolfictl/action.yaml
index 4741d48..405acf0 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:bf6a228793fb569dd2a36e20d9186a0e41b024726b5ffe193c607f401999233b -c "cp /usr/bin/wolfictl /out"
+        docker run --rm -i -v $TMP:/out --entrypoint /bin/sh ghcr.io/wolfi-dev/sdk:latest@sha256:393d01733b05735d9c2161835bc4bd1f58403851e5c232b88435aa6bf13c8680 -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 6365572..3fe0048 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:bf6a228793fb569dd2a36e20d9186a0e41b024726b5ffe193c607f401999233b
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:393d01733b05735d9c2161835bc4bd1f58403851e5c232b88435aa6bf13c8680
       with:
         entrypoint: wolfictl
         args: check update ${{ inputs.changed_files }}
diff --git a/wolfictl-lint/action.yaml b/wolfictl-lint/action.yaml
index b7578c9..3243650 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:bf6a228793fb569dd2a36e20d9186a0e41b024726b5ffe193c607f401999233b
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:393d01733b05735d9c2161835bc4bd1f58403851e5c232b88435aa6bf13c8680
       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:bf6a228793fb569dd2a36e20d9186a0e41b024726b5ffe193c607f401999233b
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:393d01733b05735d9c2161835bc4bd1f58403851e5c232b88435aa6bf13c8680
       with:
         entrypoint: wolfictl
         args: lint yam ${{ inputs.args }}
diff --git a/wolfictl-update-gh/action.yaml b/wolfictl-update-gh/action.yaml
index 075e40d..e997f39 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:bf6a228793fb569dd2a36e20d9186a0e41b024726b5ffe193c607f401999233b
+  image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:393d01733b05735d9c2161835bc4bd1f58403851e5c232b88435aa6bf13c8680
   entrypoint: wolfictl
   args:
     - update
diff --git a/wolfictl-update-rm/action.yaml b/wolfictl-update-rm/action.yaml
index de8a4ca..1180515 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:bf6a228793fb569dd2a36e20d9186a0e41b024726b5ffe193c607f401999233b
+  image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:393d01733b05735d9c2161835bc4bd1f58403851e5c232b88435aa6bf13c8680
   entrypoint: wolfictl
   args:
     - update

@octo-sts octo-sts bot force-pushed the update-digests branch 7 times, most recently from b5e2d68 to 0f26a69 Compare April 7, 2026 01:42
@octo-sts octo-sts bot force-pushed the update-digests branch 6 times, most recently from 1453e56 to 8a9d30a Compare April 13, 2026 01:42
@octo-sts octo-sts bot force-pushed the update-digests branch from 8a9d30a to 50e2e05 Compare April 14, 2026 01:41
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.

0 participants