From eedd23393f9951da6950e12f2fc85cb517b1feb3 Mon Sep 17 00:00:00 2001 From: Fredrik Wrede Date: Mon, 18 Nov 2024 11:25:22 +0100 Subject: [PATCH] Update build-containers.yaml --- .github/workflows/build-containers.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-containers.yaml b/.github/workflows/build-containers.yaml index ed5febccb..15b1eec38 100644 --- a/.github/workflows/build-containers.yaml +++ b/.github/workflows/build-containers.yaml @@ -61,13 +61,11 @@ jobs: image-ref: ghcr.io/${{ github.repository }}/fedn:master format: 'sarif' output: 'trivy-results.sarif' - exit-code: '1' severity: HIGH,CRITICAL - ignore-unfixed: true vuln-type: 'os,library' - name: Upload Trivy scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@v3 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} with: - sarif_file: 'trivy-results.sarif' \ No newline at end of file + sarif_file: 'trivy-results.sarif'