Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
fix(anchore): disable anchore as fail-build flag makes no difference
Browse files Browse the repository at this point in the history
  • Loading branch information
stebenz committed Mar 30, 2020
1 parent c74af9d commit 2e17ddd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
uses: actions/checkout@v1
- name: Docker build
run: docker build . --tag localbuild/image:latest
- uses: anchore/scan-action@master
with:
image-reference: "localbuild/image:latest"
dockerfile-path: "./Dockerfile"
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: anchore/scan-action@master
# with:
# image-reference: "localbuild/image:latest"
# dockerfile-path: "./Dockerfile"
# fail-build: false
# - name: anchore inline scan JSON results
# run: for j in `ls ./anchore-reports/*.json`; do echo "---- ${j} ----"; cat ${j}; echo; done
- name: Create Version
uses: caos/[email protected]
- name: Check if Version Tag is available
Expand Down

0 comments on commit 2e17ddd

Please sign in to comment.