diff --git a/.github/actions/docker-build-image/action.yml b/.github/actions/docker-build-image/action.yml index 4e0700449..746b40755 100644 --- a/.github/actions/docker-build-image/action.yml +++ b/.github/actions/docker-build-image/action.yml @@ -131,9 +131,6 @@ runs: uses: anchore/scan-action@24fd7c9060f3c96848dd1929fac8d796fb5ae4b4 # v3.3.6 id: scan with: - # 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: ${{ inputs.grype-fail-build }} grype-version: v0.72.0 image: ghcr.io/alfresco/${{ env.IMAGE_NAME }} diff --git a/docs/README.md b/docs/README.md index f5c242efb..b969ee184 100644 --- a/docs/README.md +++ b/docs/README.md @@ -377,7 +377,7 @@ When using OIDC on AWS, inputs `aws-access-key-id` and `aws-secret-access-key` c # aws-region: ${{ vars.AWS_REGION }} # optional # aws-role-name: ${{ vars.AWS_ROLE_NAME }} # optional # grype-scan-enabled: true # optional - # grype-fail-build: false # optional + # grype-fail-build: true # optional # preview-label: ${{ vars.PREVIEW_LABEL }} # optional ```