From 5bfeb51c2944001fb33caa73b8acdc4b157a03b1 Mon Sep 17 00:00:00 2001 From: satyamchaurasiapersistent <102941840+satyamchaurasiapersistent@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:23:21 +0530 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f8d7998..6acc57c 100644 --- a/action.yml +++ b/action.yml @@ -188,7 +188,7 @@ runs: CHECKMARX_USERNAME: ${{ inputs.checkmarx_username }} CHECKMARX_PASSWORD: ${{ inputs.checkmarx_password }} CHECKMARX_CLIENT_SECRET: ${{ inputs.checkmarx_client_secret }} - # CHECKMARX_BASE_URL: ${{ inputs.checkmarx_url }}/restapi + CHECKMARX_URL: ${{ inputs.checkmarx_url }}/crestapi CHECKMARX_SCAN_PRESET: ${{ inputs.preset }} CHECKMARX_INCREMENTAL: ${{ inputs.incremental }} CX_FLOW_BREAK_BUILD: ${{ inputs.break_build }}