diff --git a/.github/workflows/golang.yaml b/.github/workflows/golang.yaml index e938b88..3911bed 100644 --- a/.github/workflows/golang.yaml +++ b/.github/workflows/golang.yaml @@ -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: