Skip to content

Commit

Permalink
update: updated the grype version
Browse files Browse the repository at this point in the history
Refs: AAE-17459
  • Loading branch information
gicappa committed Oct 26, 2023
1 parent a889b93 commit c8e8bc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 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 @@ -135,7 +135,7 @@ runs:
# 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.71.0
grype-version: v0.72.0
image: ghcr.io/alfresco/${{ env.IMAGE_NAME }}
output-format: sarif
severity-cutoff: critical
Expand Down
19 changes: 0 additions & 19 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,25 +381,6 @@ When using OIDC on AWS, inputs `aws-access-key-id` and `aws-secret-access-key` c
# preview-label: ${{ vars.PREVIEW_LABEL }} # optional
```

| Input | Required | Description |
|-----------------------|----------|----------------------------------------------------------------------|
| base-directory | false | base working directory directory |
| image-tag | true | tag to be created |
| image-dir | true | Directory holding the Dockerfile. Relative path from base-directory. |
| docker-username | true | Docker.io user name |
| docker-password | true | Docker.io password |
| quay-username | true | Quay.io user name |
| quay-password | true | Quay.io password |
| ghcr-username | false | User name to connect to GHCR |
| ghcr-token | true | Github token to connect to GHCR |
| aws-access-key-id | false | AWS access key id to connect to ECR |
| aws-secret-access-key | false | AWS secret access key to connect to ECR |
| aws-account-id | true | AWS account id to connect to ECR |
| aws-region | false | AWS region to use while pushing to ECR |
| aws-role-name | false | AWS role name |
| grype-scan-enabled | false | Define whether a Grype scan should be executed or not |
| preview-label | false | The label name for creating a preview version |

### docker-dump-containers-logs

Dumps Docker containers logs. Each container's log will be stored in a separate `<container_name>.log` file. All files will be archived by default under `containers-logs-<job_id>-<job_retry_number>-<timestamp>.tar.gz` and will be available to download via the workflow's summary page.
Expand Down

0 comments on commit c8e8bc1

Please sign in to comment.