From c05d23dda2fe3d6285fcf2a558f449c3f391d809 Mon Sep 17 00:00:00 2001 From: spatialgeobyte <158478685+spatialgeobyte@users.noreply.github.com> Date: Sat, 25 May 2024 10:11:13 +0200 Subject: [PATCH] upload results --- .github/workflows/build-latest.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-latest.yaml b/.github/workflows/build-latest.yaml index 0a18f91f..af18374e 100644 --- a/.github/workflows/build-latest.yaml +++ b/.github/workflows/build-latest.yaml @@ -128,6 +128,11 @@ jobs: severity: 'CRITICAL,HIGH' vuln-type: 'os,library' + - name: Upload Trivy scan results to GitHub Security tab + uses: github/codeql-action/upload-sarif@v3 + with: + sarif_file: 'trivy-results.sarif' + push-internal-pr-images: if: github.event.pull_request.base.repo.url == github.event.pull_request.head.repo.url && github.actor != 'dependabot[bot]' runs-on: ubuntu-latest