From 931723a80c4a4d1ae09e5ee03466f3ce3aa54657 Mon Sep 17 00:00:00 2001 From: Jakub Raczek Date: Fri, 10 Jan 2025 13:57:05 +0100 Subject: [PATCH] Update github-actions.yml --- .github/workflows/github-actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 17289e37..e37a2a00 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -110,11 +110,11 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} if: startsWith(github.ref, 'refs/tags/') - - name: Checkov docker image + - name: checkov-image-scan uses: bridgecrewio/checkov-action@v12.1347.0 with: directory: . - soft_fail: true + soft_fail: false - name: Build and push uses: docker/build-push-action@v6 with: