Skip to content

Update images digests - #713

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

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

Conversation

@octo-sts-5

@octo-sts-5 octo-sts-5 Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Update images digests

NONE

Changes

Details
diff --git a/.github/workflows/.ci-build.yml b/.github/workflows/.ci-build.yml
index ed8f5ec..a147ffb 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:9f0fea9c708bba226c64f680b2c57bd3c139856cb6771e3201a433117c82e5ae
+      image: ghcr.io/wolfi-dev/sdk:latest@sha256:a33110609b50b86bfc75d9481adde12edb3fc2027f32b4e1fbd71b29c3f8ec46
       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 879e496..b89b438 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:9f0fea9c708bba226c64f680b2c57bd3c139856cb6771e3201a433117c82e5ae
+  image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:a33110609b50b86bfc75d9481adde12edb3fc2027f32b4e1fbd71b29c3f8ec46
   entrypoint: wolfictl
   args:
     - adv
diff --git a/build-and-publish-osv/action.yaml b/build-and-publish-osv/action.yaml
index a0680f6..5155a95 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:9f0fea9c708bba226c64f680b2c57bd3c139856cb6771e3201a433117c82e5ae
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:a33110609b50b86bfc75d9481adde12edb3fc2027f32b4e1fbd71b29c3f8ec46
       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 81cb932..ec580e2 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:9f0fea9c708bba226c64f680b2c57bd3c139856cb6771e3201a433117c82e5ae
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:a33110609b50b86bfc75d9481adde12edb3fc2027f32b4e1fbd71b29c3f8ec46
       with:
         entrypoint: wolfictl
         args: ${{ inputs.wolfictl_args }}
diff --git a/build-and-publish-yaml/action.yaml b/build-and-publish-yaml/action.yaml
index ce5fe25..fb0cc8c 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:9f0fea9c708bba226c64f680b2c57bd3c139856cb6771e3201a433117c82e5ae
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:a33110609b50b86bfc75d9481adde12edb3fc2027f32b4e1fbd71b29c3f8ec46
       with:
         entrypoint: wolfictl
         args: ${{ inputs.wolfictl_args }}
diff --git a/install-wolfictl/action.yaml b/install-wolfictl/action.yaml
index 9a70894..50d06f0 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:9f0fea9c708bba226c64f680b2c57bd3c139856cb6771e3201a433117c82e5ae -c "cp /usr/bin/wolfictl /out"
+        docker run --rm -i -v $TMP:/out --entrypoint /bin/sh ghcr.io/wolfi-dev/sdk:latest@sha256:a33110609b50b86bfc75d9481adde12edb3fc2027f32b4e1fbd71b29c3f8ec46 -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 fd93c4b..e904e7e 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:9f0fea9c708bba226c64f680b2c57bd3c139856cb6771e3201a433117c82e5ae
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:a33110609b50b86bfc75d9481adde12edb3fc2027f32b4e1fbd71b29c3f8ec46
       with:
         entrypoint: wolfictl
         args: check update ${{ inputs.changed_files }}
diff --git a/wolfictl-lint/action.yaml b/wolfictl-lint/action.yaml
index 2a19069..5a5bfe1 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:9f0fea9c708bba226c64f680b2c57bd3c139856cb6771e3201a433117c82e5ae
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:a33110609b50b86bfc75d9481adde12edb3fc2027f32b4e1fbd71b29c3f8ec46
       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:9f0fea9c708bba226c64f680b2c57bd3c139856cb6771e3201a433117c82e5ae
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:a33110609b50b86bfc75d9481adde12edb3fc2027f32b4e1fbd71b29c3f8ec46
       with:
         entrypoint: wolfictl
         args: lint yam ${{ inputs.args }}
diff --git a/wolfictl-update-gh/action.yaml b/wolfictl-update-gh/action.yaml
index 400f5ad..64f697c 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:9f0fea9c708bba226c64f680b2c57bd3c139856cb6771e3201a433117c82e5ae
+  image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:a33110609b50b86bfc75d9481adde12edb3fc2027f32b4e1fbd71b29c3f8ec46
   entrypoint: wolfictl
   args:
     - update
diff --git a/wolfictl-update-rm/action.yaml b/wolfictl-update-rm/action.yaml
index 46b4660..7c7ca8c 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:9f0fea9c708bba226c64f680b2c57bd3c139856cb6771e3201a433117c82e5ae
+  image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:a33110609b50b86bfc75d9481adde12edb3fc2027f32b4e1fbd71b29c3f8ec46
   entrypoint: wolfictl
   args:
     - update

@octo-sts-7
octo-sts-7 Bot force-pushed the update-digests branch from f4be433 to 08b8f0c Compare July 21, 2026 01:40
@octo-sts-2
octo-sts-2 Bot force-pushed the update-digests branch from 08b8f0c to 410b2b1 Compare July 22, 2026 01:40
@octo-sts-3
octo-sts-3 Bot force-pushed the update-digests branch from 410b2b1 to 70f9ae8 Compare July 23, 2026 01:40
@octo-sts-7
octo-sts-7 Bot force-pushed the update-digests branch from 70f9ae8 to fc923a8 Compare July 24, 2026 01:40
@octo-sts-3
octo-sts-3 Bot force-pushed the update-digests branch from bafc526 to 3b61218 Compare July 26, 2026 01:39
@octo-sts-8
octo-sts-8 Bot force-pushed the update-digests branch from 3b61218 to 10b1d82 Compare July 27, 2026 01:41
@octo-sts-2
octo-sts-2 Bot force-pushed the update-digests branch from ef1ba25 to 2fef7bf Compare July 29, 2026 01:39
@octo-sts-6
octo-sts-6 Bot force-pushed the update-digests branch from 2fef7bf to ba54b97 Compare July 30, 2026 01:39
@octo-sts-5
octo-sts-5 Bot force-pushed the update-digests branch from ba54b97 to eb92d9e Compare July 31, 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