Skip to content

Commit 6ebba72

Browse files
committed
ci: let a failed SBOM stop the release instead of shipping without one
1 parent 29ac39c commit 6ebba72

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,6 @@ jobs:
557557
- name: Generate checksum file
558558
run: cd dist && sha256sum * > "k6-${VERSION}-checksums.txt"
559559
- name: Anchore SBOM Action
560-
continue-on-error: true
561560
uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0
562561
with:
563562
artifact-name: k6-${{ env.VERSION }}-spdx.json

0 commit comments

Comments
 (0)