Skip to content

Commit

Permalink
feat(ci): enable trivy scan results upload
Browse files Browse the repository at this point in the history
Signed-off-by: Szilard Parrag <szilard.parrag@axoflow.com>
  • Loading branch information
OverOrion committed Feb 5, 2024
1 parent 9d52956 commit ab615a0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@ jobs:
path: trivy-results.sarif
retention-days: 5

# TODO: Enable it once it can successfully run
# - name: Upload Trivy scan results to GitHub Security tab
# uses: github/codeql-action/upload-sarif@6b5b95806324a3ee7e164709fbfc152595556fe9 # v2.16.1
# with:
# sarif_file: trivy-results.sarif
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@6b5b95806324a3ee7e164709fbfc152595556fe9 # v2.16.1
with:
sarif_file: trivy-results.sarif

0 comments on commit ab615a0

Please sign in to comment.