diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8fd3782..7280c27 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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/semantic-release@v0.2.4 - name: Check if Version Tag is available