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

View File

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