Skip to content

Commit

Permalink
ci: Re-enable the SARIF upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Feb 28, 2024
1 parent cfc368e commit d838262
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/sbom-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ jobs:
sbom: ${{ github.event.repository.name }}-sbom.spdx.json
fail-build: true
severity-cutoff: low
output-format: table
# - name: Upload SBOM scan SARIF report
# if: ${{ github.event_name != 'pull_request' }}
# uses: github/codeql-action/upload-sarif@v3
# with:
# sarif_file: ${{ steps.scan.outputs.sarif }}
- name: Upload SBOM scan SARIF report
if: ${{ github.event_name != 'pull_request' }}
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ steps.scan.outputs.sarif }}

0 comments on commit d838262

Please sign in to comment.