diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index f27a5a3e..2b8cdd3c 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -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