We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef2031 commit 9b59df8Copy full SHA for 9b59df8
1 file changed
.github/workflows/release.yml
@@ -45,6 +45,12 @@ jobs:
45
- name: Install Cosign
46
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
47
48
+ - name: Install Syft
49
+ run: |
50
+ set -euo pipefail
51
+ go install github.com/anchore/syft/cmd/syft@v1.43.0
52
+ echo "$(go env GOPATH)/bin" >> "${GITHUB_PATH}"
53
+
54
- name: Run GoReleaser
55
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
56
with:
0 commit comments