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 8, 2024
1 parent 220c9db commit 119bb75
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:37b3037952b001a848d38e0406958f5e94eb6e6de0b66e4b6b9cd31e20663f3a
uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:faf2d69b08630162837a98d3e83f7c129a0322cb8236ac46f9e2e3e5fd2300ee
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:37b3037952b001a848d38e0406958f5e94eb6e6de0b66e4b6b9cd31e20663f3a
uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:faf2d69b08630162837a98d3e83f7c129a0322cb8236ac46f9e2e3e5fd2300ee
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:37b3037952b001a848d38e0406958f5e94eb6e6de0b66e4b6b9cd31e20663f3a
uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:faf2d69b08630162837a98d3e83f7c129a0322cb8236ac46f9e2e3e5fd2300ee
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:37b3037952b001a848d38e0406958f5e94eb6e6de0b66e4b6b9cd31e20663f3a
image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:faf2d69b08630162837a98d3e83f7c129a0322cb8236ac46f9e2e3e5fd2300ee

permissions:
contents: read
Expand Down

0 comments on commit 119bb75

Please sign in to comment.