From 4fa67f73389c192875b89a6a11a16a035dc8d484 Mon Sep 17 00:00:00 2001 From: Sumit Morchhale Date: Tue, 8 Sep 2026 18:37:38 +0530 Subject: [PATCH 1/5] 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/5] 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' From 14cc05d6b28982c34c23300768c06b0c5aa9a332 Mon Sep 17 00:00:00 2001 From: Sumit Morchhale Date: Tue, 8 Sep 2026 19:33:37 +0530 Subject: [PATCH 3/5] update ast-cli 2.3.64 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index eec44ed..1a4ff12 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: 'Simplify Checkmarx Scanning of source code along with Result consu author: 'Checkmarx' inputs: cx_keyring_mode: - required: false + required: true default: 'disabled' description: 'disable keyring mode for cxcli, default is disabled' base_uri: From 565fd6717861f092866c9d49a88c9094a1376cf7 Mon Sep 17 00:00:00 2001 From: Sumit Morchhale Date: Tue, 8 Sep 2026 19:37:18 +0530 Subject: [PATCH 4/5] fix integration test --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 1a4ff12..489ffaa 100644 --- a/action.yml +++ b/action.yml @@ -111,6 +111,7 @@ runs: NAMESPACE: ${{ inputs.namespace }} PR_NUMBER: ${{ inputs.pr_number }} SOURCE_DIR: ${{ inputs.source_dir }} + CX_KEYRING_MODE: 'disabled' branding: icon: 'check' color: 'green' From 0a1dcdada1787d13ee075ad2cd2c52d27c8c228b Mon Sep 17 00:00:00 2001 From: Sumit Morchhale Date: Tue, 8 Sep 2026 19:41:43 +0530 Subject: [PATCH 5/5] fix integration test cases --- action.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/action.yml b/action.yml index 489ffaa..3b1f3ea 100644 --- a/action.yml +++ b/action.yml @@ -2,10 +2,6 @@ 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: true - default: 'disabled' - description: 'disable keyring mode for cxcli, default is disabled' base_uri: required: true description: 'Provide the AST portal URL'