diff --git a/.github/workflows/build-containers.yaml b/.github/workflows/build-containers.yaml index ed5febcc..15b1eec3 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'