fix sarif

This commit is contained in:
Simon Ungar Felding 2025-04-24 22:15:47 +02:00
parent 50b5505d8e
commit bd60054066

View File

@ -68,6 +68,7 @@ jobs:
image: "${{ env.DOCKER_REPO_DEV }}:${{ github.ref_name }}"
fail-build: false
severity-cutoff: critical
output-format: sarif
- name: Upload Anchore scan SARIF report
uses: github/codeql-action/upload-sarif@v3
with:
@ -152,6 +153,7 @@ jobs:
image: ${{ env.DOCKERHUB_REPO }}/protonmail-bridge:${{ steps.build.outputs.digest }}
fail-build: true
severity-cutoff: critical
output-format: sarif
- name: Upload Anchore scan SARIF report
uses: github/codeql-action/upload-sarif@v3
with: