Increase severity cutoff to crtitical

This commit is contained in:
Xiaonan Shen 2020-11-19 23:21:31 -08:00
parent 0c2bfbc552
commit cf8ab9b10d
No known key found for this signature in database
GPG Key ID: 211BF560D12417F5
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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