Upload Anchore
This commit is contained in:
parent
cd520fab72
commit
c77f06893a
1 changed files with 4 additions and 0 deletions
4
.github/workflows/deb.yaml
vendored
4
.github/workflows/deb.yaml
vendored
|
|
@ -55,6 +55,10 @@ jobs:
|
||||||
image: protonmail-bridge:latest
|
image: protonmail-bridge:latest
|
||||||
fail-build: true
|
fail-build: true
|
||||||
severity-cutoff: critical
|
severity-cutoff: critical
|
||||||
|
- name: Upload Anchore scan SARIF report
|
||||||
|
uses: github/codeql-action/upload-sarif@v1
|
||||||
|
with:
|
||||||
|
sarif_file: ${{ steps.scan.outputs.sarif }}
|
||||||
- name: Push image
|
- name: Push image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue