Skip to content

Commit

Permalink
Update images digests
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlingsj committed Mar 21, 2024
1 parent b68ec3e commit ef9fda4
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.ci-build.yml
Expand Up @@ -74,7 +74,7 @@ jobs:
timeout-minutes: 600 # default is 360

container:
image: ghcr.io/wolfi-dev/sdk:latest@sha256:68385407b0d967639f8909c67e47619279ee0f2aab120aab8988b1aa46dc0d18
image: ghcr.io/wolfi-dev/sdk:latest@sha256:cefdfa2d29195125d8df6fc366f35a5a2ebeb69d2cca3e517f22e82a3d114200
options: |
--cap-add NET_ADMIN --cap-add SYS_ADMIN --device /dev/fuse --security-opt seccomp=unconfined --security-opt apparmor:unconfined
Expand Down
2 changes: 1 addition & 1 deletion advisories-validate/action.yaml
Expand Up @@ -37,7 +37,7 @@ inputs:

runs:
using: 'docker'
image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:68385407b0d967639f8909c67e47619279ee0f2aab120aab8988b1aa46dc0d18
image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:cefdfa2d29195125d8df6fc366f35a5a2ebeb69d2cca3e517f22e82a3d114200
entrypoint: wolfictl
args:
- adv
Expand Down
2 changes: 1 addition & 1 deletion build-and-publish-secdb/action.yaml
Expand Up @@ -61,7 +61,7 @@ runs:
shell: bash

- name: Build the security database
uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:68385407b0d967639f8909c67e47619279ee0f2aab120aab8988b1aa46dc0d18
uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:cefdfa2d29195125d8df6fc366f35a5a2ebeb69d2cca3e517f22e82a3d114200
with:
entrypoint: wolfictl
args: ${{ inputs.wolfictl_args }}
Expand Down
2 changes: 1 addition & 1 deletion build-and-publish-yaml/action.yaml
Expand Up @@ -56,7 +56,7 @@ runs:
shell: bash

- name: Build the security database
uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:68385407b0d967639f8909c67e47619279ee0f2aab120aab8988b1aa46dc0d18
uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:cefdfa2d29195125d8df6fc366f35a5a2ebeb69d2cca3e517f22e82a3d114200
with:
entrypoint: wolfictl
args: ${{ inputs.wolfictl_args }}
Expand Down
2 changes: 1 addition & 1 deletion install-wolfictl/action.yaml
Expand Up @@ -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:68385407b0d967639f8909c67e47619279ee0f2aab120aab8988b1aa46dc0d18 -c "cp /usr/bin/wolfictl /out"
docker run --rm -i -v $TMP:/out --entrypoint /bin/sh ghcr.io/wolfi-dev/sdk:latest@sha256:cefdfa2d29195125d8df6fc366f35a5a2ebeb69d2cca3e517f22e82a3d114200 -c "cp /usr/bin/wolfictl /out"
echo "$TMP" >> $GITHUB_PATH
shell: bash
2 changes: 1 addition & 1 deletion wolfictl-check-updates/action.yaml
Expand Up @@ -19,7 +19,7 @@ runs:
using: "composite"
steps:
- name: wolfictl-check-updates
uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:5cabc922a7010619710ccf702938c626ba323ab5d930ee6ec98c1d2ee0c19c17
uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:c707871f2ae6a754d2216070e0dcd369be7f6770fa515e0dc76ecffb74dc6b8a
with:
entrypoint: wolfictl
args: check update ${{ inputs.changed_files }}
Expand Down
4 changes: 2 additions & 2 deletions wolfictl-lint/action.yaml
Expand Up @@ -21,15 +21,15 @@ runs:
- name: Lint
if: ${{ inputs.run_wolfictl_lint == 'true' }}
id: lint
uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:5cabc922a7010619710ccf702938c626ba323ab5d930ee6ec98c1d2ee0c19c17
uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:c707871f2ae6a754d2216070e0dcd369be7f6770fa515e0dc76ecffb74dc6b8a
with:
entrypoint: wolfictl
args: lint --skip-rule no-makefile-entry-for-package

- name: Enforce YAML formatting
if: ${{ inputs.run_wolfictl_lint_yam == 'true' }}
id: lint-yaml
uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:5cabc922a7010619710ccf702938c626ba323ab5d930ee6ec98c1d2ee0c19c17
uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:c707871f2ae6a754d2216070e0dcd369be7f6770fa515e0dc76ecffb74dc6b8a
with:
entrypoint: wolfictl
args: lint yam
2 changes: 1 addition & 1 deletion wolfictl-update-gh/action.yaml
Expand Up @@ -27,7 +27,7 @@ inputs:

runs:
using: 'docker'
image: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:5cabc922a7010619710ccf702938c626ba323ab5d930ee6ec98c1d2ee0c19c17
image: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:c707871f2ae6a754d2216070e0dcd369be7f6770fa515e0dc76ecffb74dc6b8a
entrypoint: wolfictl
args:
- update
Expand Down
2 changes: 1 addition & 1 deletion wolfictl-update-rm/action.yaml
Expand Up @@ -32,7 +32,7 @@ inputs:

runs:
using: 'docker'
image: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:5cabc922a7010619710ccf702938c626ba323ab5d930ee6ec98c1d2ee0c19c17
image: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:c707871f2ae6a754d2216070e0dcd369be7f6770fa515e0dc76ecffb74dc6b8a
entrypoint: wolfictl
args:
- update
Expand Down

0 comments on commit ef9fda4

Please sign in to comment.