Skip to content

Commit

Permalink
Merge pull request #28 from kube-logging/ci-trivy-scan-publish
Browse files Browse the repository at this point in the history
feat(ci): enable trivy scan results upload
  • Loading branch information
kristofgyuracz authored Feb 6, 2024
2 parents 4c41f88 + ab615a0 commit c4b0116
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 c4b0116

Please sign in to comment.