From 3c5d71132cbc29c96a341ab28975a6712238ad71 Mon Sep 17 00:00:00 2001 From: rawlingsj Date: Mon, 18 Mar 2024 01:27:07 +0000 Subject: [PATCH] Update images digests --- .github/workflows/.ci-build.yml | 2 +- advisories-validate/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 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/.ci-build.yml b/.github/workflows/.ci-build.yml index 73736ed..709781b 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:337207c73e309df43c99357d2b5d5b15cc7c49c4db98820790978ca9ed218d28 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..8373369 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:337207c73e309df43c99357d2b5d5b15cc7c49c4db98820790978ca9ed218d28 entrypoint: wolfictl args: - adv diff --git a/build-and-publish-secdb/action.yaml b/build-and-publish-secdb/action.yaml index f7bf1a3..1f22ffa 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:337207c73e309df43c99357d2b5d5b15cc7c49c4db98820790978ca9ed218d28 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..2def31e 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:337207c73e309df43c99357d2b5d5b15cc7c49c4db98820790978ca9ed218d28 with: entrypoint: wolfictl args: ${{ inputs.wolfictl_args }} diff --git a/install-wolfictl/action.yaml b/install-wolfictl/action.yaml index b7c909b..438d951 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:337207c73e309df43c99357d2b5d5b15cc7c49c4db98820790978ca9ed218d28 -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..65e56da 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:5e108e6bb43abd4186052b1b7a8a03a8fe692053d40ffa9b56d2b83aa2584e65 with: entrypoint: wolfictl args: check update ${{ inputs.changed_files }} diff --git a/wolfictl-lint/action.yaml b/wolfictl-lint/action.yaml index dd39786..8bbb69b 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:5e108e6bb43abd4186052b1b7a8a03a8fe692053d40ffa9b56d2b83aa2584e65 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:5e108e6bb43abd4186052b1b7a8a03a8fe692053d40ffa9b56d2b83aa2584e65 with: entrypoint: wolfictl args: lint yam diff --git a/wolfictl-update-gh/action.yaml b/wolfictl-update-gh/action.yaml index 5aac49b..b54751a 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:5e108e6bb43abd4186052b1b7a8a03a8fe692053d40ffa9b56d2b83aa2584e65 entrypoint: wolfictl args: - update diff --git a/wolfictl-update-rm/action.yaml b/wolfictl-update-rm/action.yaml index a6ae1bb..a528e38 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:5e108e6bb43abd4186052b1b7a8a03a8fe692053d40ffa9b56d2b83aa2584e65 entrypoint: wolfictl args: - update