Skip to content

Commit

Permalink
bug: install syft on snapshot job
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3r-Jak3 committed Aug 4, 2024
1 parent 86f9054 commit e8057e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ jobs:
with:
go-version-file: go.mod

- name: Install syft
run: |
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
syft version
- name: GoReleaser Action
uses: goreleaser/goreleaser-action@v6
with:
Expand Down

0 comments on commit e8057e8

Please sign in to comment.