Upload Anchore

This commit is contained in:
Xiaonan Shen 2020-11-19 22:52:36 -08:00
parent cd520fab72
commit c77f06893a
No known key found for this signature in database
GPG Key ID: 211BF560D12417F5

View File

@ -55,6 +55,10 @@ jobs:
image: protonmail-bridge:latest
fail-build: true
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
uses: docker/build-push-action@v2
with: