From edbe10d16954f14f837743d2c326896b75890c1c Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 01:39:50 +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 12a7f6a7..a4f9e0cf 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:b8483bc949daa1c12a3cd7ccb8324e25d2054a9f5d4586d92509b86a9f5a210f + image: ghcr.io/wolfi-dev/sdk:latest@sha256:ad031dea62ae02df1559fbc47e4aef1083cb2d596dc9dadc228e32cb0d192fef 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 92d4812b..cfe21a71 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:b8483bc949daa1c12a3cd7ccb8324e25d2054a9f5d4586d92509b86a9f5a210f + image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:ad031dea62ae02df1559fbc47e4aef1083cb2d596dc9dadc228e32cb0d192fef entrypoint: wolfictl args: - adv diff --git a/build-and-publish-osv/action.yaml b/build-and-publish-osv/action.yaml index 7a162f75..bae8357a 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:b8483bc949daa1c12a3cd7ccb8324e25d2054a9f5d4586d92509b86a9f5a210f + uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:ad031dea62ae02df1559fbc47e4aef1083cb2d596dc9dadc228e32cb0d192fef 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 81751c48..d7dac829 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:b8483bc949daa1c12a3cd7ccb8324e25d2054a9f5d4586d92509b86a9f5a210f + uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:ad031dea62ae02df1559fbc47e4aef1083cb2d596dc9dadc228e32cb0d192fef with: entrypoint: wolfictl args: ${{ inputs.wolfictl_args }} diff --git a/build-and-publish-yaml/action.yaml b/build-and-publish-yaml/action.yaml index b45f1673..a4703232 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:b8483bc949daa1c12a3cd7ccb8324e25d2054a9f5d4586d92509b86a9f5a210f + uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:ad031dea62ae02df1559fbc47e4aef1083cb2d596dc9dadc228e32cb0d192fef with: entrypoint: wolfictl args: ${{ inputs.wolfictl_args }} diff --git a/install-wolfictl/action.yaml b/install-wolfictl/action.yaml index 93eefb05..68616250 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:b8483bc949daa1c12a3cd7ccb8324e25d2054a9f5d4586d92509b86a9f5a210f -c "cp /usr/bin/wolfictl /out" + docker run --rm -i -v $TMP:/out --entrypoint /bin/sh ghcr.io/wolfi-dev/sdk:latest@sha256:ad031dea62ae02df1559fbc47e4aef1083cb2d596dc9dadc228e32cb0d192fef -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 868ec9e9..54e5cb86 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:b8483bc949daa1c12a3cd7ccb8324e25d2054a9f5d4586d92509b86a9f5a210f + uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:ad031dea62ae02df1559fbc47e4aef1083cb2d596dc9dadc228e32cb0d192fef with: entrypoint: wolfictl args: check update ${{ inputs.changed_files }} diff --git a/wolfictl-lint/action.yaml b/wolfictl-lint/action.yaml index d00f9cfe..0ebc3703 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:b8483bc949daa1c12a3cd7ccb8324e25d2054a9f5d4586d92509b86a9f5a210f + uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:ad031dea62ae02df1559fbc47e4aef1083cb2d596dc9dadc228e32cb0d192fef 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:b8483bc949daa1c12a3cd7ccb8324e25d2054a9f5d4586d92509b86a9f5a210f + uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:ad031dea62ae02df1559fbc47e4aef1083cb2d596dc9dadc228e32cb0d192fef with: entrypoint: wolfictl args: lint yam ${{ inputs.args }} diff --git a/wolfictl-update-gh/action.yaml b/wolfictl-update-gh/action.yaml index 4451f629..a0a61cdf 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:b8483bc949daa1c12a3cd7ccb8324e25d2054a9f5d4586d92509b86a9f5a210f + image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:ad031dea62ae02df1559fbc47e4aef1083cb2d596dc9dadc228e32cb0d192fef entrypoint: wolfictl args: - update diff --git a/wolfictl-update-rm/action.yaml b/wolfictl-update-rm/action.yaml index 6aec6a29..cab14f88 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:b8483bc949daa1c12a3cd7ccb8324e25d2054a9f5d4586d92509b86a9f5a210f + image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:ad031dea62ae02df1559fbc47e4aef1083cb2d596dc9dadc228e32cb0d192fef entrypoint: wolfictl args: - update