Skip to content

Commit

Permalink
fix:removed syft installation in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mahendraintelops committed Nov 19, 2023
1 parent 47f746b commit 5dd4f73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: stable
- name: Install Syft
run: go get -u github.com/anchore/syft/cmd/syft
- uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
Expand Down
4 changes: 1 addition & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,4 @@ nfpms:
Compage installer package. CLI application to generate code for rest and grpc.
formats:
- rpm
- deb
sboms:
- artifacts: archive
- deb

0 comments on commit 5dd4f73

Please sign in to comment.