diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9853f3f..24e68e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,6 +64,10 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Install "syft" + run: | + /bin/bash -c "curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin" + - name: "Run GoReleaser" uses: goreleaser/goreleaser-action@v5 with: