From c13e021d8365e83a6e339d46bebfc80640884f04 Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:50:02 +0100 Subject: [PATCH] Update images digests (#56) Co-authored-by: cpanato --- .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 244fe79..cd2cf08 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:931af5f52f9079fd5cd55a0a8caa23eec2f874ecfddd47ac475c1e0f47aae306 + image: ghcr.io/wolfi-dev/sdk:latest@sha256:7d196929506ce7bc0f222159e8b1b901d5f63f8cd6ee53cf09ba4502eeb075bb 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 b4f3bbb..a2f3345 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:931af5f52f9079fd5cd55a0a8caa23eec2f874ecfddd47ac475c1e0f47aae306 + image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:7d196929506ce7bc0f222159e8b1b901d5f63f8cd6ee53cf09ba4502eeb075bb entrypoint: wolfictl args: - adv diff --git a/build-and-publish-osv/action.yaml b/build-and-publish-osv/action.yaml index 4ca5d2f..693e3e9 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:931af5f52f9079fd5cd55a0a8caa23eec2f874ecfddd47ac475c1e0f47aae306 + uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:7d196929506ce7bc0f222159e8b1b901d5f63f8cd6ee53cf09ba4502eeb075bb with: entrypoint: wolfictl args: advisory export --format osv -o osv ${{ inputs.wolfictl_args }} diff --git a/build-and-publish-secdb/action.yaml b/build-and-publish-secdb/action.yaml index 3b54f23..8e5bc50 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:931af5f52f9079fd5cd55a0a8caa23eec2f874ecfddd47ac475c1e0f47aae306 + uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:7d196929506ce7bc0f222159e8b1b901d5f63f8cd6ee53cf09ba4502eeb075bb with: entrypoint: wolfictl args: ${{ inputs.wolfictl_args }} diff --git a/build-and-publish-yaml/action.yaml b/build-and-publish-yaml/action.yaml index 2e2e2f0..b810334 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:931af5f52f9079fd5cd55a0a8caa23eec2f874ecfddd47ac475c1e0f47aae306 + uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:7d196929506ce7bc0f222159e8b1b901d5f63f8cd6ee53cf09ba4502eeb075bb with: entrypoint: wolfictl args: ${{ inputs.wolfictl_args }} diff --git a/install-wolfictl/action.yaml b/install-wolfictl/action.yaml index dd5e402..c4b5138 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:931af5f52f9079fd5cd55a0a8caa23eec2f874ecfddd47ac475c1e0f47aae306 -c "cp /usr/bin/wolfictl /out" + docker run --rm -i -v $TMP:/out --entrypoint /bin/sh ghcr.io/wolfi-dev/sdk:latest@sha256:7d196929506ce7bc0f222159e8b1b901d5f63f8cd6ee53cf09ba4502eeb075bb -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 4091314..3b1adc7 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:f6c480318467cb2fed7eaec87e4883899178f2ba032e78be0dabb76284d9fbdb + uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:18daa9d61507b7d29c2544e6fed2550bcc100af78981adde05ce79f4e6df647c with: entrypoint: wolfictl args: check update ${{ inputs.changed_files }} diff --git a/wolfictl-lint/action.yaml b/wolfictl-lint/action.yaml index 9866b3e..a01e59f 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:f6c480318467cb2fed7eaec87e4883899178f2ba032e78be0dabb76284d9fbdb + uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:18daa9d61507b7d29c2544e6fed2550bcc100af78981adde05ce79f4e6df647c 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:f6c480318467cb2fed7eaec87e4883899178f2ba032e78be0dabb76284d9fbdb + uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:18daa9d61507b7d29c2544e6fed2550bcc100af78981adde05ce79f4e6df647c with: entrypoint: wolfictl args: lint yam diff --git a/wolfictl-update-gh/action.yaml b/wolfictl-update-gh/action.yaml index 2edf737..ae16465 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:f6c480318467cb2fed7eaec87e4883899178f2ba032e78be0dabb76284d9fbdb + image: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:18daa9d61507b7d29c2544e6fed2550bcc100af78981adde05ce79f4e6df647c entrypoint: wolfictl args: - update diff --git a/wolfictl-update-rm/action.yaml b/wolfictl-update-rm/action.yaml index 7b6f919..ec06ee2 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:f6c480318467cb2fed7eaec87e4883899178f2ba032e78be0dabb76284d9fbdb + image: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:18daa9d61507b7d29c2544e6fed2550bcc100af78981adde05ce79f4e6df647c entrypoint: wolfictl args: - update