Skip to content

Commit

Permalink
Update .github/actions/docker-build-image/action.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Anahide Tchertchian <[email protected]>
  • Loading branch information
gicappa and atchertchian authored Oct 26, 2023
1 parent 69b72b3 commit 0f8bdff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker-build-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f8bdff

Please sign in to comment.