Skip to content

Commit

Permalink
Install syft
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrozek committed Feb 12, 2024
1 parent 2ff7c6f commit 9bc080c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-image-signed-ghat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
tags: ghcr.io/${{ github.repository }}:latest
context: .

- name: Install Syft
run: |
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
- name: Generate SBOM with Syft
id: sbom-gen
run: |
Expand Down

0 comments on commit 9bc080c

Please sign in to comment.