Skip to content

Commit

Permalink
chore(deps): update anchore/sbom-action action to v0.15.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and muhlba91 committed Jan 31, 2024
1 parent df22d7e commit 0783b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install cosign
uses: sigstore/cosign-installer@v3.4.0
- name: Download Syft
uses: anchore/sbom-action/download-syft@v0.15.7
uses: anchore/sbom-action/download-syft@v0.15.8

- name: Setup QEMU
uses: docker/setup-qemu-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Install cosign
uses: sigstore/cosign-installer@v3.4.0
- name: Download Syft
uses: anchore/sbom-action/download-syft@v0.15.7
uses: anchore/sbom-action/download-syft@v0.15.8

- name: Setup QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 0783b32

Please sign in to comment.