Skip to content

Commit

Permalink
Merge pull request #1405 from wolfi-dev/update-digests
Browse files Browse the repository at this point in the history
Update images digests
  • Loading branch information
pdeslaur authored Feb 16, 2024
2 parents 5364951 + 9bbadac commit 8b5fd2e
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:c1258d42e7fe46d5616115bd0a4899a47ab54dfb27b74d2ae019c50cd318fe41
uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:9fbf11e704651089810dfd14acd7a70e589c18c216df8de607a6583b39b1f1e1
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:c1258d42e7fe46d5616115bd0a4899a47ab54dfb27b74d2ae019c50cd318fe41
uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:9fbf11e704651089810dfd14acd7a70e589c18c216df8de607a6583b39b1f1e1
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:c1258d42e7fe46d5616115bd0a4899a47ab54dfb27b74d2ae019c50cd318fe41
uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:9fbf11e704651089810dfd14acd7a70e589c18c216df8de607a6583b39b1f1e1
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:c1258d42e7fe46d5616115bd0a4899a47ab54dfb27b74d2ae019c50cd318fe41
image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:9fbf11e704651089810dfd14acd7a70e589c18c216df8de607a6583b39b1f1e1

permissions:
contents: read
Expand Down

0 comments on commit 8b5fd2e

Please sign in to comment.