mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2025-12-06 08:27:08 +00:00
fix sarif
This commit is contained in:
parent
50b5505d8e
commit
bd60054066
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user