From aba62c09da0c38ef925db5eb956335967434e01d Mon Sep 17 00:00:00 2001 From: rawlingsj Date: Thu, 7 Mar 2024 01:18:08 +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 280caf1..0116cec 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:faaf4db29c1f9d462294aa054ada39fd2e962bb8c89b671de64fb0ac82e368a7 + image: ghcr.io/wolfi-dev/sdk:latest@sha256:c8696affb51ff7e28e16a3c8accd12678d2e1430d3e23b963e1cc2694d9817aa 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 77b6690..f34b3e2 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:faaf4db29c1f9d462294aa054ada39fd2e962bb8c89b671de64fb0ac82e368a7 + image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:c8696affb51ff7e28e16a3c8accd12678d2e1430d3e23b963e1cc2694d9817aa entrypoint: wolfictl args: - adv diff --git a/build-and-publish-secdb/action.yaml b/build-and-publish-secdb/action.yaml index 1f16441..12ef047 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:faaf4db29c1f9d462294aa054ada39fd2e962bb8c89b671de64fb0ac82e368a7 + uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:c8696affb51ff7e28e16a3c8accd12678d2e1430d3e23b963e1cc2694d9817aa with: entrypoint: wolfictl args: ${{ inputs.wolfictl_args }} diff --git a/build-and-publish-yaml/action.yaml b/build-and-publish-yaml/action.yaml index ce56234..71cd42a 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:faaf4db29c1f9d462294aa054ada39fd2e962bb8c89b671de64fb0ac82e368a7 + uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:c8696affb51ff7e28e16a3c8accd12678d2e1430d3e23b963e1cc2694d9817aa with: entrypoint: wolfictl args: ${{ inputs.wolfictl_args }} diff --git a/install-wolfictl/action.yaml b/install-wolfictl/action.yaml index a20d262..4538b25 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:faaf4db29c1f9d462294aa054ada39fd2e962bb8c89b671de64fb0ac82e368a7 -c "cp /usr/bin/wolfictl /out" + docker run --rm -i -v $TMP:/out --entrypoint /bin/sh ghcr.io/wolfi-dev/sdk:latest@sha256:c8696affb51ff7e28e16a3c8accd12678d2e1430d3e23b963e1cc2694d9817aa -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 1fa6763..5bb52d7 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:a12a3cdab1330d4bf07dc93d1a501de8b27373896698458a7112bf34230ac8c1 + uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:f31cda40f99c3e8d4ff91d52e5fa065b630e526f0f51b8fe2b381f001262c152 with: entrypoint: wolfictl args: check update ${{ inputs.changed_files }} diff --git a/wolfictl-lint/action.yaml b/wolfictl-lint/action.yaml index b274939..43221fa 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:a12a3cdab1330d4bf07dc93d1a501de8b27373896698458a7112bf34230ac8c1 + uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:f31cda40f99c3e8d4ff91d52e5fa065b630e526f0f51b8fe2b381f001262c152 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:a12a3cdab1330d4bf07dc93d1a501de8b27373896698458a7112bf34230ac8c1 + uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:f31cda40f99c3e8d4ff91d52e5fa065b630e526f0f51b8fe2b381f001262c152 with: entrypoint: wolfictl args: lint yam diff --git a/wolfictl-update-gh/action.yaml b/wolfictl-update-gh/action.yaml index cb44485..bbfc2ee 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:a12a3cdab1330d4bf07dc93d1a501de8b27373896698458a7112bf34230ac8c1 + image: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:f31cda40f99c3e8d4ff91d52e5fa065b630e526f0f51b8fe2b381f001262c152 entrypoint: wolfictl args: - update diff --git a/wolfictl-update-rm/action.yaml b/wolfictl-update-rm/action.yaml index 9c60826..ecde241 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:a12a3cdab1330d4bf07dc93d1a501de8b27373896698458a7112bf34230ac8c1 + image: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:f31cda40f99c3e8d4ff91d52e5fa065b630e526f0f51b8fe2b381f001262c152 entrypoint: wolfictl args: - update