Skip to content

Commit

Permalink
Update images digests
Browse files Browse the repository at this point in the history
  • Loading branch information
luhring authored Feb 12, 2024
1 parent e24e069 commit f55ab25
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-secdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
gcloud --quiet alpha storage ls
- name: Build the security database
uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:70d2cc25253f3597fec405a17953c28e4b8faefc2813f6649a59ef6d7b8e3493
uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:a5e262b68ecdda09cba58e4d8fa08453e2bdbc2a3d48c6f362f1b3990c9265af
with:
entrypoint: wolfictl
args: "advisory secdb --advisories-repo-dir . --arch x86_64 --arch aarch64 -o security.json"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-yaml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
gcloud --quiet alpha storage ls
- name: Build the YAML database
uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:70d2cc25253f3597fec405a17953c28e4b8faefc2813f6649a59ef6d7b8e3493
uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:a5e262b68ecdda09cba58e4d8fa08453e2bdbc2a3d48c6f362f1b3990c9265af
with:
entrypoint: wolfictl
args: "advisory export --advisories-repo-dir . --format yaml -o advisories.yaml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Check YAML formatting
id: lint-yaml
uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:70d2cc25253f3597fec405a17953c28e4b8faefc2813f6649a59ef6d7b8e3493
uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:a5e262b68ecdda09cba58e4d8fa08453e2bdbc2a3d48c6f362f1b3990c9265af
with:
entrypoint: wolfictl
args: lint yam
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Validate
runs-on: ubuntu-latest
container:
image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:70d2cc25253f3597fec405a17953c28e4b8faefc2813f6649a59ef6d7b8e3493
image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:a5e262b68ecdda09cba58e4d8fa08453e2bdbc2a3d48c6f362f1b3990c9265af

permissions:
contents: read
Expand Down

0 comments on commit f55ab25

Please sign in to comment.