Skip to content

Commit

Permalink
AAE-17459: documentation + comment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
atchertchian committed Oct 27, 2023
1 parent 34b2301 commit cb45e6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/actions/docker-build-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit cb45e6c

Please sign in to comment.