Skip to content

Commit

Permalink
ci: install Syft to generate SBOMs on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Dec 17, 2023
1 parent ecdf532 commit 09f0830
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
with:
go-version-file: 'go.mod'
cache: true
- name: Install Syft
run: |
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
id: import_gpg
Expand Down

0 comments on commit 09f0830

Please sign in to comment.