From c8e8bc1ca86ca200c9bfc2814ebebd2709a134bf Mon Sep 17 00:00:00 2001 From: Gian Carlo Pace Date: Thu, 26 Oct 2023 17:06:47 +0200 Subject: [PATCH] update: updated the grype version Refs: AAE-17459 --- .github/actions/docker-build-image/action.yml | 2 +- docs/README.md | 19 ------------------- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/.github/actions/docker-build-image/action.yml b/.github/actions/docker-build-image/action.yml index 66edc242f..4e0700449 100644 --- a/.github/actions/docker-build-image/action.yml +++ b/.github/actions/docker-build-image/action.yml @@ -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 diff --git a/docs/README.md b/docs/README.md index 022043779..f5c242efb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 `.log` file. All files will be archived by default under `containers-logs---.tar.gz` and will be available to download via the workflow's summary page.