diff --git a/.github/actions/docker-build-image/action.yml b/.github/actions/docker-build-image/action.yml index 8da57eb3e..66edc242f 100644 --- a/.github/actions/docker-build-image/action.yml +++ b/.github/actions/docker-build-image/action.yml @@ -51,7 +51,7 @@ inputs: description: Defines whether a Grype scan should be executed or not required: false default: 'true' -grype-fail-build: + grype-fail-build: description: Defines whether a Grype scan failure would fail the build required: false default: 'true' diff --git a/docs/README.md b/docs/README.md index 603f4a1a1..022043779 100644 --- a/docs/README.md +++ b/docs/README.md @@ -360,6 +360,7 @@ Finally, it pushes the created image into: - AWS ECR When using OIDC on AWS, inputs `aws-access-key-id` and `aws-secret-access-key` can be omitted: the `aws-role-name` input should be used instead. + ```yaml - uses: Alfresco/alfresco-build-tools/.github/actions/docker-build-image@ref with: @@ -376,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: false # optional # preview-label: ${{ vars.PREVIEW_LABEL }} # optional ```