From 380419ae1f364512b50f384f7df941c76f053230 Mon Sep 17 00:00:00 2001 From: hirendgithub <100769325+hirendgithub@users.noreply.github.com> Date: Tue, 12 Aug 2025 13:49:12 +0530 Subject: [PATCH 1/2] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 92ef26b..7b53b42 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ log4j log4j - 1.2.17 + 2.17.1 javax.jms From 81da790367a860b1132c82d30db5cbc706fc3b58 Mon Sep 17 00:00:00 2001 From: hirendgithub <100769325+hirendgithub@users.noreply.github.com> Date: Thu, 14 Aug 2025 13:13:17 +0530 Subject: [PATCH 2/2] Create ast.yaml --- .github/workflows/ast.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/ast.yaml diff --git a/.github/workflows/ast.yaml b/.github/workflows/ast.yaml new file mode 100644 index 0000000..ca29de2 --- /dev/null +++ b/.github/workflows/ast.yaml @@ -0,0 +1,22 @@ + +name: Checkmarx AST Scan +on: + push: + branches: + - main + - master + - dev +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Checkmarx AST CLI Action + uses: checkmarx/ast-github-action@main #Github Action version + with: + project_name: + cx_tenant: ps_hi_dhakan + base_uri: https://ind.ast.checkmarx.net/ + cx_client_id: ${{ secrets.CLIENT_ID }} + cx_client_secret: ${{ secrets.SECRET }}