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: