Skip to content

Commit

Permalink
update sbom pipeline
Browse files Browse the repository at this point in the history
- upload SARIF report
  • Loading branch information
claudia-at-gepardec committed Jul 5, 2024
1 parent d90cf10 commit e4d70d2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/sbom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ jobs:
- name: Scan current project
uses: anchore/scan-action@v3
id: scan
with:
path: "."
fail-build: false
output-format: table

- name: Upload anchore scan SARIF report
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ steps.scan.outputs.sarif }}

0 comments on commit e4d70d2

Please sign in to comment.