From c9d9265ceeee755dacdabeeb9b1cc462fd74ffb7 Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 01:35:56 +0000 Subject: [PATCH] Update images digests --- .github/workflows/.ci-build.yml | 2 +- advisories-validate/action.yaml | 2 +- build-and-publish-osv/action.yaml | 2 +- build-and-publish-secdb/action.yaml | 2 +- build-and-publish-yaml/action.yaml | 2 +- install-wolfictl/action.yaml | 2 +- wolfictl-check-updates/action.yaml | 2 +- wolfictl-lint/action.yaml | 4 ++-- wolfictl-update-gh/action.yaml | 2 +- wolfictl-update-rm/action.yaml | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/.ci-build.yml b/.github/workflows/.ci-build.yml index a1cf309c..feceee3a 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:a00d04722c67050fe3fb1379731c56f015ca136e7da9556551ea6c5d5827fa0b + image: ghcr.io/wolfi-dev/sdk:latest@sha256:8f01cfd2f09799446926e627c4cb7259c3e3694f51e730e96e2274a190643a4f 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 8f19a77e..7eb30fdb 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:a00d04722c67050fe3fb1379731c56f015ca136e7da9556551ea6c5d5827fa0b + image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:8f01cfd2f09799446926e627c4cb7259c3e3694f51e730e96e2274a190643a4f entrypoint: wolfictl args: - adv diff --git a/build-and-publish-osv/action.yaml b/build-and-publish-osv/action.yaml index 9322dcd4..21c4e038 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:a00d04722c67050fe3fb1379731c56f015ca136e7da9556551ea6c5d5827fa0b + uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:8f01cfd2f09799446926e627c4cb7259c3e3694f51e730e96e2274a190643a4f 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 3b2f330b..23a4f75b 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:a00d04722c67050fe3fb1379731c56f015ca136e7da9556551ea6c5d5827fa0b + uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:8f01cfd2f09799446926e627c4cb7259c3e3694f51e730e96e2274a190643a4f with: entrypoint: wolfictl args: ${{ inputs.wolfictl_args }} diff --git a/build-and-publish-yaml/action.yaml b/build-and-publish-yaml/action.yaml index 906a2bee..1814419f 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:a00d04722c67050fe3fb1379731c56f015ca136e7da9556551ea6c5d5827fa0b + uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:8f01cfd2f09799446926e627c4cb7259c3e3694f51e730e96e2274a190643a4f with: entrypoint: wolfictl args: ${{ inputs.wolfictl_args }} diff --git a/install-wolfictl/action.yaml b/install-wolfictl/action.yaml index 272a1aab..ec8b0bbb 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:a00d04722c67050fe3fb1379731c56f015ca136e7da9556551ea6c5d5827fa0b -c "cp /usr/bin/wolfictl /out" + docker run --rm -i -v $TMP:/out --entrypoint /bin/sh ghcr.io/wolfi-dev/sdk:latest@sha256:8f01cfd2f09799446926e627c4cb7259c3e3694f51e730e96e2274a190643a4f -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 e1882a8a..3df88d70 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:a00d04722c67050fe3fb1379731c56f015ca136e7da9556551ea6c5d5827fa0b + uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:8f01cfd2f09799446926e627c4cb7259c3e3694f51e730e96e2274a190643a4f with: entrypoint: wolfictl args: check update ${{ inputs.changed_files }} diff --git a/wolfictl-lint/action.yaml b/wolfictl-lint/action.yaml index 7f0f4cb9..1e333510 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:a00d04722c67050fe3fb1379731c56f015ca136e7da9556551ea6c5d5827fa0b + uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:8f01cfd2f09799446926e627c4cb7259c3e3694f51e730e96e2274a190643a4f 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:a00d04722c67050fe3fb1379731c56f015ca136e7da9556551ea6c5d5827fa0b + uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:8f01cfd2f09799446926e627c4cb7259c3e3694f51e730e96e2274a190643a4f with: entrypoint: wolfictl args: lint yam ${{ inputs.args }} diff --git a/wolfictl-update-gh/action.yaml b/wolfictl-update-gh/action.yaml index f53b8f4a..8a8b8bfa 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:a00d04722c67050fe3fb1379731c56f015ca136e7da9556551ea6c5d5827fa0b + image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:8f01cfd2f09799446926e627c4cb7259c3e3694f51e730e96e2274a190643a4f entrypoint: wolfictl args: - update diff --git a/wolfictl-update-rm/action.yaml b/wolfictl-update-rm/action.yaml index 31d9569b..4840b117 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:a00d04722c67050fe3fb1379731c56f015ca136e7da9556551ea6c5d5827fa0b + image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:8f01cfd2f09799446926e627c4cb7259c3e3694f51e730e96e2274a190643a4f entrypoint: wolfictl args: - update