Enable acs report
This commit is contained in:
parent
0f152cb766
commit
0c2bfbc552
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -51,7 +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
|
||||||
- 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
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
2
.github/workflows/deb.yaml
vendored
2
.github/workflows/deb.yaml
vendored
|
|
@ -49,7 +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
|
||||||
- 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
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue