diff --git a/Dockerfile b/Dockerfile index 9cf0792..db888cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use AST Base image -FROM checkmarx/ast-cli:2.3.63@sha256:76915c053671e722dcce735bd18a1e7725c4a2bd21b6d4a443ba1591a2813735 +FROM checkmarx/ast-cli:2.3.64@sha256:40e8bc8b8b7af723b3c3405b3a1914afd3f58fa30ac802c6cf1686b552654571 # Docker actions must be run by the default Docker user (root). USER root diff --git a/action.yml b/action.yml index 5180b24..eec44ed 100644 --- a/action.yml +++ b/action.yml @@ -2,6 +2,10 @@ name: 'Checkmarx AST Github Action' description: 'Simplify Checkmarx Scanning of source code along with Result consumption leveraging Checkmarx AST solution.' author: 'Checkmarx' inputs: + cx_keyring_mode: + required: false + default: 'disabled' + description: 'disable keyring mode for cxcli, default is disabled' base_uri: required: true description: 'Provide the AST portal URL'