chore(security): anchore upload (#331)

This commit is contained in:
Florian Forster 2020-07-02 15:45:04 +02:00 committed by GitHub
parent a67eb7c2bc
commit 5b17b2641a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,12 +151,11 @@ jobs:
image-reference: "${{ env.REGISTRY }}/${{ github.repository }}/${{ env.IMAGE }}:${{ steps.vars.outputs.sha_short }}"
dockerfile-path: "./build/docker/prod"
fail-build: false
- name: anchore inline scan JSON results
run: for j in `ls ./anchore-reports/*.json`; do echo "---- ${j} ----"; cat ${j}; echo; done
- uses: actions/upload-artifact@v1
acs-report-enable: true
- name: Upload Anchore Scan Report
uses: github/codeql-action/upload-sarif@v1
with:
name: anchore-reports
path: ./anchore-reports/
sarif_file: results.sarif
container-test:
runs-on: ubuntu-18.04