Skip to content

Commit 09f0830

Browse files
committed
ci: install Syft to generate SBOMs on releases
1 parent ecdf532 commit 09f0830

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/goreleaser.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
with:
2121
go-version-file: 'go.mod'
2222
cache: true
23+
- name: Install Syft
24+
run: |
25+
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
2326
- name: Import GPG key
2427
uses: crazy-max/ghaction-import-gpg@v6
2528
id: import_gpg

0 commit comments

Comments
 (0)