diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1caf6022c94..8ab4376129e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -354,6 +354,7 @@ jobs: - name: Generate checksum file run: cd dist && sha256sum * > "k6-${VERSION}-checksums.txt" - name: Anchore SBOM Action + continue-on-error: true uses: anchore/sbom-action@v0.12.0 with: artifact-name: k6-${{ env.VERSION }}-spdx.json