Skip to content

Commit

Permalink
ci: fix issue SBOM not being triggered - continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq committed Aug 16, 2023
1 parent 6fd7722 commit e3fec1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
artifact-name: k6-${{ env.VERSION }}-spdx.json
Expand Down

0 comments on commit e3fec1b

Please sign in to comment.