From 0f8bdffa0c07ebb1add63a2ea613b12a494d2153 Mon Sep 17 00:00:00 2001 From: Gian Carlo Pace Date: Thu, 26 Oct 2023 16:43:01 +0200 Subject: [PATCH] Update .github/actions/docker-build-image/action.yml Co-authored-by: Anahide Tchertchian <608958+atchertchian@users.noreply.github.com> --- .github/actions/docker-build-image/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/docker-build-image/action.yml b/.github/actions/docker-build-image/action.yml index 84107cc02..a42377e12 100644 --- a/.github/actions/docker-build-image/action.yml +++ b/.github/actions/docker-build-image/action.yml @@ -130,7 +130,7 @@ runs: # for now fail-build parameter is set to false as there are many more problems reported by grype than prisma. # we should set it to true after those issues are fixed. # See See https://alfresco.atlassian.net/browse/HXCS-2474 for more details. - fail-build: false + fail-build: ${{ inputs.grype-fail-build }} grype-version: v0.71.0 image: ghcr.io/alfresco/${{ env.IMAGE_NAME }} output-format: sarif