Skip to content

Conversation

@octo-sts
Copy link
Contributor

@octo-sts octo-sts bot commented Dec 31, 2025

Update images digests

NONE

Changes

Details
diff --git a/.github/workflows/.ci-build.yml b/.github/workflows/.ci-build.yml
index 1d51d99..76b665a 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:2cc032ce2e1cc4cef601bd4df570fdbdfb53e08835b9c1a0d8be4d76694ab25a
+      image: ghcr.io/wolfi-dev/sdk:latest@sha256:4c4c43325a616ebd0200acf369895d942d07a94666a39a4470e2083f0c1b2dd5
       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 b19b58e..d3862b7 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:2cc032ce2e1cc4cef601bd4df570fdbdfb53e08835b9c1a0d8be4d76694ab25a
+  image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:4c4c43325a616ebd0200acf369895d942d07a94666a39a4470e2083f0c1b2dd5
   entrypoint: wolfictl
   args:
     - adv
diff --git a/build-and-publish-osv/action.yaml b/build-and-publish-osv/action.yaml
index b146b4b..2db8149 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:2cc032ce2e1cc4cef601bd4df570fdbdfb53e08835b9c1a0d8be4d76694ab25a
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:4c4c43325a616ebd0200acf369895d942d07a94666a39a4470e2083f0c1b2dd5
       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 2ceb301..660a955 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:2cc032ce2e1cc4cef601bd4df570fdbdfb53e08835b9c1a0d8be4d76694ab25a
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:4c4c43325a616ebd0200acf369895d942d07a94666a39a4470e2083f0c1b2dd5
       with:
         entrypoint: wolfictl
         args: ${{ inputs.wolfictl_args }}
diff --git a/build-and-publish-yaml/action.yaml b/build-and-publish-yaml/action.yaml
index 567d149..0af8dad 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:2cc032ce2e1cc4cef601bd4df570fdbdfb53e08835b9c1a0d8be4d76694ab25a
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:4c4c43325a616ebd0200acf369895d942d07a94666a39a4470e2083f0c1b2dd5
       with:
         entrypoint: wolfictl
         args: ${{ inputs.wolfictl_args }}
diff --git a/install-wolfictl/action.yaml b/install-wolfictl/action.yaml
index 8bc5e39..b514793 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:2cc032ce2e1cc4cef601bd4df570fdbdfb53e08835b9c1a0d8be4d76694ab25a -c "cp /usr/bin/wolfictl /out"
+        docker run --rm -i -v $TMP:/out --entrypoint /bin/sh ghcr.io/wolfi-dev/sdk:latest@sha256:4c4c43325a616ebd0200acf369895d942d07a94666a39a4470e2083f0c1b2dd5 -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 2600831..44cc97b 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:2cc032ce2e1cc4cef601bd4df570fdbdfb53e08835b9c1a0d8be4d76694ab25a
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:4c4c43325a616ebd0200acf369895d942d07a94666a39a4470e2083f0c1b2dd5
       with:
         entrypoint: wolfictl
         args: check update ${{ inputs.changed_files }}
diff --git a/wolfictl-lint/action.yaml b/wolfictl-lint/action.yaml
index a7ce8b5..8b4c88b 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:2cc032ce2e1cc4cef601bd4df570fdbdfb53e08835b9c1a0d8be4d76694ab25a
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:4c4c43325a616ebd0200acf369895d942d07a94666a39a4470e2083f0c1b2dd5
       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:2cc032ce2e1cc4cef601bd4df570fdbdfb53e08835b9c1a0d8be4d76694ab25a
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:4c4c43325a616ebd0200acf369895d942d07a94666a39a4470e2083f0c1b2dd5
       with:
         entrypoint: wolfictl
         args: lint yam ${{ inputs.args }}
diff --git a/wolfictl-update-gh/action.yaml b/wolfictl-update-gh/action.yaml
index 3295188..f38d197 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:2cc032ce2e1cc4cef601bd4df570fdbdfb53e08835b9c1a0d8be4d76694ab25a
+  image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:4c4c43325a616ebd0200acf369895d942d07a94666a39a4470e2083f0c1b2dd5
   entrypoint: wolfictl
   args:
     - update
diff --git a/wolfictl-update-rm/action.yaml b/wolfictl-update-rm/action.yaml
index fbfb494..74866db 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:2cc032ce2e1cc4cef601bd4df570fdbdfb53e08835b9c1a0d8be4d76694ab25a
+  image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:4c4c43325a616ebd0200acf369895d942d07a94666a39a4470e2083f0c1b2dd5
   entrypoint: wolfictl
   args:
     - update

@cpanato cpanato merged commit 969cf32 into main Dec 31, 2025
5 checks passed
@cpanato cpanato deleted the update-digests branch December 31, 2025 10:08
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.

2 participants