Skip to content

Commit 8468786

Browse files
authored
Merge pull request #31 from kindlyops/install-syft-for-releases
2 parents 7ecd5a7 + 842a85d commit 8468786

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-publisher.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
- name: clean working tree
3030
run: |
3131
git checkout -- version.bzl
32+
- name: setup-syft
33+
run: |
34+
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | \
35+
sh -s -- -b /usr/local/bin v0.32.0
3236
- name: Run goreleaser
3337
uses: goreleaser/goreleaser-action@master
3438
env:

0 commit comments

Comments
 (0)