diff --git a/.github/workflows/.ci-build.yml b/.github/workflows/.ci-build.yml index 73736ed..00b6e52 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:8bee4b338be38a45298c36421eef25cbcb342dc94de9c4020a2377cf2784c280 + image: ghcr.io/wolfi-dev/sdk:latest@sha256:68385407b0d967639f8909c67e47619279ee0f2aab120aab8988b1aa46dc0d18 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 8e10385..a0c7e02 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:8bee4b338be38a45298c36421eef25cbcb342dc94de9c4020a2377cf2784c280 + image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:68385407b0d967639f8909c67e47619279ee0f2aab120aab8988b1aa46dc0d18 entrypoint: wolfictl args: - adv diff --git a/build-and-publish-secdb/action.yaml b/build-and-publish-secdb/action.yaml index f7bf1a3..d123490 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:8bee4b338be38a45298c36421eef25cbcb342dc94de9c4020a2377cf2784c280 + uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:68385407b0d967639f8909c67e47619279ee0f2aab120aab8988b1aa46dc0d18 with: entrypoint: wolfictl args: ${{ inputs.wolfictl_args }} diff --git a/build-and-publish-yaml/action.yaml b/build-and-publish-yaml/action.yaml index 92bd88e..ada6ee3 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:8bee4b338be38a45298c36421eef25cbcb342dc94de9c4020a2377cf2784c280 + uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:68385407b0d967639f8909c67e47619279ee0f2aab120aab8988b1aa46dc0d18 with: entrypoint: wolfictl args: ${{ inputs.wolfictl_args }} diff --git a/install-wolfictl/action.yaml b/install-wolfictl/action.yaml index b7c909b..8f8cd3f 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:8bee4b338be38a45298c36421eef25cbcb342dc94de9c4020a2377cf2784c280 -c "cp /usr/bin/wolfictl /out" + docker run --rm -i -v $TMP:/out --entrypoint /bin/sh ghcr.io/wolfi-dev/sdk:latest@sha256:68385407b0d967639f8909c67e47619279ee0f2aab120aab8988b1aa46dc0d18 -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 2b5125b..b13d82b 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/wolfictl:latest@sha256:42b65df47f3d8a17539694e01323fca9816d8610afedbd62746a4723c82b3205 + uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:5cabc922a7010619710ccf702938c626ba323ab5d930ee6ec98c1d2ee0c19c17 with: entrypoint: wolfictl args: check update ${{ inputs.changed_files }} diff --git a/wolfictl-lint/action.yaml b/wolfictl-lint/action.yaml index dd39786..a837138 100644 --- a/wolfictl-lint/action.yaml +++ b/wolfictl-lint/action.yaml @@ -21,7 +21,7 @@ runs: - name: Lint if: ${{ inputs.run_wolfictl_lint == 'true' }} id: lint - uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:42b65df47f3d8a17539694e01323fca9816d8610afedbd62746a4723c82b3205 + uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:5cabc922a7010619710ccf702938c626ba323ab5d930ee6ec98c1d2ee0c19c17 with: entrypoint: wolfictl args: lint --skip-rule no-makefile-entry-for-package @@ -29,7 +29,7 @@ runs: - name: Enforce YAML formatting if: ${{ inputs.run_wolfictl_lint_yam == 'true' }} id: lint-yaml - uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:42b65df47f3d8a17539694e01323fca9816d8610afedbd62746a4723c82b3205 + uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:5cabc922a7010619710ccf702938c626ba323ab5d930ee6ec98c1d2ee0c19c17 with: entrypoint: wolfictl args: lint yam diff --git a/wolfictl-update-gh/action.yaml b/wolfictl-update-gh/action.yaml index 5aac49b..4ee5ce2 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/wolfictl:latest@sha256:42b65df47f3d8a17539694e01323fca9816d8610afedbd62746a4723c82b3205 + image: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:5cabc922a7010619710ccf702938c626ba323ab5d930ee6ec98c1d2ee0c19c17 entrypoint: wolfictl args: - update diff --git a/wolfictl-update-rm/action.yaml b/wolfictl-update-rm/action.yaml index a6ae1bb..a9ca9f1 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/wolfictl:latest@sha256:42b65df47f3d8a17539694e01323fca9816d8610afedbd62746a4723c82b3205 + image: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:5cabc922a7010619710ccf702938c626ba323ab5d930ee6ec98c1d2ee0c19c17 entrypoint: wolfictl args: - update