Skip to content

Update images digests#684

Open
octo-sts-6[bot] wants to merge 1 commit into
mainfrom
update-digests
Open

Update images digests#684
octo-sts-6[bot] wants to merge 1 commit into
mainfrom
update-digests

Conversation

@octo-sts-6
Copy link
Copy Markdown
Contributor

@octo-sts-6 octo-sts-6 Bot commented May 23, 2026

Update images digests

NONE

Changes

Details
diff --git a/.github/workflows/.ci-build.yml b/.github/workflows/.ci-build.yml
index bac98d7..72ae8ce 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:1bd498c809c30579521e04c1e9c6641be7368bd1a171c3a78b6e15071fed0380
+      image: ghcr.io/wolfi-dev/sdk:latest@sha256:d58bb2ce1e54854962fdb131a69ecfbb858f4f52837a79bc8b29070702df5584
       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 9426edc..7e02d17 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:1bd498c809c30579521e04c1e9c6641be7368bd1a171c3a78b6e15071fed0380
+  image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:d58bb2ce1e54854962fdb131a69ecfbb858f4f52837a79bc8b29070702df5584
   entrypoint: wolfictl
   args:
     - adv
diff --git a/build-and-publish-osv/action.yaml b/build-and-publish-osv/action.yaml
index 57eed25..c49214f 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:1bd498c809c30579521e04c1e9c6641be7368bd1a171c3a78b6e15071fed0380
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:d58bb2ce1e54854962fdb131a69ecfbb858f4f52837a79bc8b29070702df5584
       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 8a19a2b..88904a6 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:1bd498c809c30579521e04c1e9c6641be7368bd1a171c3a78b6e15071fed0380
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:d58bb2ce1e54854962fdb131a69ecfbb858f4f52837a79bc8b29070702df5584
       with:
         entrypoint: wolfictl
         args: ${{ inputs.wolfictl_args }}
diff --git a/build-and-publish-yaml/action.yaml b/build-and-publish-yaml/action.yaml
index 1d68f32..0a2ac7e 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:1bd498c809c30579521e04c1e9c6641be7368bd1a171c3a78b6e15071fed0380
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:d58bb2ce1e54854962fdb131a69ecfbb858f4f52837a79bc8b29070702df5584
       with:
         entrypoint: wolfictl
         args: ${{ inputs.wolfictl_args }}
diff --git a/install-wolfictl/action.yaml b/install-wolfictl/action.yaml
index 0d3e505..0f97291 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:1bd498c809c30579521e04c1e9c6641be7368bd1a171c3a78b6e15071fed0380 -c "cp /usr/bin/wolfictl /out"
+        docker run --rm -i -v $TMP:/out --entrypoint /bin/sh ghcr.io/wolfi-dev/sdk:latest@sha256:d58bb2ce1e54854962fdb131a69ecfbb858f4f52837a79bc8b29070702df5584 -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 c17fa7e..40e3297 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:1bd498c809c30579521e04c1e9c6641be7368bd1a171c3a78b6e15071fed0380
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:d58bb2ce1e54854962fdb131a69ecfbb858f4f52837a79bc8b29070702df5584
       with:
         entrypoint: wolfictl
         args: check update ${{ inputs.changed_files }}
diff --git a/wolfictl-lint/action.yaml b/wolfictl-lint/action.yaml
index 87a31d8..b39bcfa 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:1bd498c809c30579521e04c1e9c6641be7368bd1a171c3a78b6e15071fed0380
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:d58bb2ce1e54854962fdb131a69ecfbb858f4f52837a79bc8b29070702df5584
       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:1bd498c809c30579521e04c1e9c6641be7368bd1a171c3a78b6e15071fed0380
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:d58bb2ce1e54854962fdb131a69ecfbb858f4f52837a79bc8b29070702df5584
       with:
         entrypoint: wolfictl
         args: lint yam ${{ inputs.args }}
diff --git a/wolfictl-update-gh/action.yaml b/wolfictl-update-gh/action.yaml
index f7318f5..bef83f1 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:1bd498c809c30579521e04c1e9c6641be7368bd1a171c3a78b6e15071fed0380
+  image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:d58bb2ce1e54854962fdb131a69ecfbb858f4f52837a79bc8b29070702df5584
   entrypoint: wolfictl
   args:
     - update
diff --git a/wolfictl-update-rm/action.yaml b/wolfictl-update-rm/action.yaml
index 16d685d..9bc2bd0 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:1bd498c809c30579521e04c1e9c6641be7368bd1a171c3a78b6e15071fed0380
+  image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:d58bb2ce1e54854962fdb131a69ecfbb858f4f52837a79bc8b29070702df5584
   entrypoint: wolfictl
   args:
     - update

@octo-sts-8 octo-sts-8 Bot force-pushed the update-digests branch from 37f58e8 to 66d4639 Compare May 31, 2026 01:48
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