From e51594576dbcc9214df5a150eae400f20068a29d Mon Sep 17 00:00:00 2001 From: Fredrik Wrede Date: Mon, 18 Nov 2024 11:45:17 +0100 Subject: [PATCH] Update build-containers.yaml --- .github/workflows/build-containers.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-containers.yaml b/.github/workflows/build-containers.yaml index 15b1eec38..1249bba07 100644 --- a/.github/workflows/build-containers.yaml +++ b/.github/workflows/build-containers.yaml @@ -63,6 +63,7 @@ jobs: output: 'trivy-results.sarif' severity: HIGH,CRITICAL vuln-type: 'os,library' + github-pat: ${{ secrets.GITHUB_TOKEN }} - name: Upload Trivy scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@v3