From 4fa67f73389c192875b89a6a11a16a035dc8d484 Mon Sep 17 00:00:00 2001 From: Sumit Morchhale Date: Tue, 8 Sep 2026 18:37:38 +0530 Subject: [PATCH 1/2] update sha for 2.3.64 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 848c5d4a04ca03ba0a8b9e93d48ecaed092f2e44 Mon Sep 17 00:00:00 2001 From: Sumit Morchhale Date: Tue, 8 Sep 2026 19:28:13 +0530 Subject: [PATCH 2/2] fix the integration test --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) 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'