fix sarif
This commit is contained in:
parent
50b5505d8e
commit
bd60054066
1 changed files with 2 additions and 0 deletions
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 }}"
|
image: "${{ env.DOCKER_REPO_DEV }}:${{ github.ref_name }}"
|
||||||
fail-build: false
|
fail-build: false
|
||||||
severity-cutoff: critical
|
severity-cutoff: critical
|
||||||
|
output-format: sarif
|
||||||
- name: Upload Anchore scan SARIF report
|
- name: Upload Anchore scan SARIF report
|
||||||
uses: github/codeql-action/upload-sarif@v3
|
uses: github/codeql-action/upload-sarif@v3
|
||||||
with:
|
with:
|
||||||
|
|
@ -152,6 +153,7 @@ jobs:
|
||||||
image: ${{ env.DOCKERHUB_REPO }}/protonmail-bridge:${{ steps.build.outputs.digest }}
|
image: ${{ env.DOCKERHUB_REPO }}/protonmail-bridge:${{ steps.build.outputs.digest }}
|
||||||
fail-build: true
|
fail-build: true
|
||||||
severity-cutoff: critical
|
severity-cutoff: critical
|
||||||
|
output-format: sarif
|
||||||
- name: Upload Anchore scan SARIF report
|
- name: Upload Anchore scan SARIF report
|
||||||
uses: github/codeql-action/upload-sarif@v3
|
uses: github/codeql-action/upload-sarif@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue