Skip to content

Commit

Permalink
Adding SARIF debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
andip1403 committed Nov 1, 2024
1 parent bf76df2 commit 5530a0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/createAndScanSBOM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
fail-build: false
sbom: "${{ github.event.repository.name }}-sbom.cyclonedx.json"

- name: Verify SARIF file
run: cat ${{ steps.scan.outputs.sarif }}

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
Expand Down

0 comments on commit 5530a0c

Please sign in to comment.