From 10b161b7f33e8ec087176668ef42cb7bcde5f514 Mon Sep 17 00:00:00 2001 From: Sven Gottwald <2502366+svengo@users.noreply.github.com> Date: Fri, 13 Dec 2024 07:07:43 +0100 Subject: [PATCH] Update anchore-cron.yml Anchore should not fail if a security vulnerability is found --- .github/workflows/anchore-cron.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/anchore-cron.yml b/.github/workflows/anchore-cron.yml index 8af9ddf..c59551b 100644 --- a/.github/workflows/anchore-cron.yml +++ b/.github/workflows/anchore-cron.yml @@ -41,8 +41,7 @@ jobs: id: scan with: image: ${{ vars.DOCKERHUB_USERNAME }}/${{ vars.IMAGE_NAME }}:latest - fail-build: true - severity-cutoff: high + fail-build: false - name: Upload vulnerability report uses: github/codeql-action/upload-sarif@v3 with: