Increase severity cutoff to crtitical
This commit is contained in:
parent
0c2bfbc552
commit
cf8ab9b10d
2 changed files with 2 additions and 0 deletions
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
|
|
@ -51,6 +51,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
image: protonmail-bridge:latest
|
image: protonmail-bridge:latest
|
||||||
fail-build: true
|
fail-build: true
|
||||||
|
severity-cutoff: critical
|
||||||
acs-report-enable: true
|
acs-report-enable: true
|
||||||
- name: Upload Anchore scan SARIF report
|
- name: Upload Anchore scan SARIF report
|
||||||
uses: github/codeql-action/upload-sarif@v1
|
uses: github/codeql-action/upload-sarif@v1
|
||||||
|
|
|
||||||
1
.github/workflows/deb.yaml
vendored
1
.github/workflows/deb.yaml
vendored
|
|
@ -49,6 +49,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
image: protonmail-bridge:latest
|
image: protonmail-bridge:latest
|
||||||
fail-build: true
|
fail-build: true
|
||||||
|
severity-cutoff: critical
|
||||||
acs-report-enable: true
|
acs-report-enable: true
|
||||||
- name: Upload Anchore scan SARIF report
|
- name: Upload Anchore scan SARIF report
|
||||||
uses: github/codeql-action/upload-sarif@v1
|
uses: github/codeql-action/upload-sarif@v1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue