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