Skip to content

Commit

Permalink
ci: fix issue SBOM not being triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq committed Aug 15, 2023
1 parent cbd9e9a commit 921aa13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,10 @@ jobs:
path: dist
- name: Generate checksum file
run: cd dist && sha256sum * > "k6-${VERSION}-checksums.txt"
- name: Anchore SBOM Action
uses: anchore/[email protected]
with:
artifact-name: ${{ github.event.repository.name }}-spdx.json
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/sbom-report.yml

This file was deleted.

0 comments on commit 921aa13

Please sign in to comment.