From ab615a0e1058a6a8290b446da664d47266292591 Mon Sep 17 00:00:00 2001 From: Szilard Parrag Date: Mon, 5 Feb 2024 16:23:38 +0100 Subject: [PATCH] feat(ci): enable trivy scan results upload Signed-off-by: Szilard Parrag --- .github/workflows/artifacts.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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