Forgot syft needs

This commit is contained in:
Matthew Kilgore
2025-12-06 14:28:20 -05:00
parent 848b444aef
commit 0f4a686041

View File

@@ -43,6 +43,11 @@ jobs:
run: | run: |
go install github.com/sigstore/cosign/cmd/cosign@latest go install github.com/sigstore/cosign/cmd/cosign@latest
- name: Install Syft
working-directory: backend
run: |
go install github.com/anchore/syft/cmd/syft@latest
- name: Run GoReleaser - name: Run GoReleaser
id: releaser id: releaser
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')