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 4, 2024
1 parent 9b609b8 commit 5dc5669
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
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:92dc3c4ecbbea1c604c4b1e1ceaa17f59bbecbd7a870244f5ae3870716925cda
image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:0bfd338bd2a3bb228c3f8c57da88b5052b44b42f2f1d90c2489e020aed5f4fbb
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:92dc3c4ecbbea1c604c4b1e1ceaa17f59bbecbd7a870244f5ae3870716925cda
uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:0bfd338bd2a3bb228c3f8c57da88b5052b44b42f2f1d90c2489e020aed5f4fbb
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:92dc3c4ecbbea1c604c4b1e1ceaa17f59bbecbd7a870244f5ae3870716925cda
uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:0bfd338bd2a3bb228c3f8c57da88b5052b44b42f2f1d90c2489e020aed5f4fbb
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:92dc3c4ecbbea1c604c4b1e1ceaa17f59bbecbd7a870244f5ae3870716925cda -c "cp /usr/bin/wolfictl /out"
docker run --rm -i -v $TMP:/out --entrypoint /bin/sh ghcr.io/wolfi-dev/sdk:latest@sha256:0bfd338bd2a3bb228c3f8c57da88b5052b44b42f2f1d90c2489e020aed5f4fbb -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:ee90154771b870dd32f0be70864c4f283205e17d3c488d11fb8962b4f4c31e41
uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:3aeed6d9ff04da762ac8258045188832dd56ef81727a07581b54d8e3883afcaa
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:ee90154771b870dd32f0be70864c4f283205e17d3c488d11fb8962b4f4c31e41
uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:3aeed6d9ff04da762ac8258045188832dd56ef81727a07581b54d8e3883afcaa
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:ee90154771b870dd32f0be70864c4f283205e17d3c488d11fb8962b4f4c31e41
uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:3aeed6d9ff04da762ac8258045188832dd56ef81727a07581b54d8e3883afcaa
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:ee90154771b870dd32f0be70864c4f283205e17d3c488d11fb8962b4f4c31e41
image: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:3aeed6d9ff04da762ac8258045188832dd56ef81727a07581b54d8e3883afcaa
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:ee90154771b870dd32f0be70864c4f283205e17d3c488d11fb8962b4f4c31e41
image: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:3aeed6d9ff04da762ac8258045188832dd56ef81727a07581b54d8e3883afcaa
entrypoint: wolfictl
args:
- update
Expand Down

0 comments on commit 5dc5669

Please sign in to comment.