Skip to content

Commit

Permalink
fix: wrong indentation in yaml and missing line in markdown
Browse files Browse the repository at this point in the history
Refs: AAE-17459
  • Loading branch information
gicappa committed Oct 26, 2023
1 parent c5d5b8d commit a889b93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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 @@ -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'
Expand Down
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
```

Expand Down

0 comments on commit a889b93

Please sign in to comment.