diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f4da9d2..062c8b4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: