Skip to content

Commit 864fed4

Browse files
committed
bug: fix release process
1 parent afc5616 commit 864fed4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
with:
2323
go-version-file: go.mod
2424

25+
- name: Install syft
26+
run: |
27+
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
28+
syft version
29+
2530
- name: Import GPG key
2631
id: import_gpg
2732
uses: crazy-max/ghaction-import-gpg@v6

0 commit comments

Comments
 (0)