diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
deleted file mode 100644
index d2f83c2..0000000
--- a/.github/workflows/ci.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-name: AST CLI Maven Plugin CI
-
-on: [pull_request]
-
-jobs:
- cx-scan:
- runs-on: ubuntu-latest
- steps:
- - name: Checkout
- uses: actions/checkout@v4
- - name: Checkmarx AST CLI Action
- uses: checkmarx/ast-github-action@main
- with:
- base_uri: ${{ secrets.BASE_URI }}
- cx_tenant: ${{ secrets.TENANT }}
- cx_client_id: ${{ secrets.CLIENT_ID }}
- cx_client_secret: ${{ secrets.CLIENT_SECRET }}
- additional_params: --threshold "sast-critical=1;sast-high=1;sast-medium=1;sast-low=1;iac-security-critical=1;iac-security-high=1;iac-security-medium=1;iac-security-low=1"
diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml
index 5773153..52f5d4c 100644
--- a/.github/workflows/pr-automation.yml
+++ b/.github/workflows/pr-automation.yml
@@ -19,4 +19,4 @@ jobs:
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
PRNUM: ${{ github.event.pull_request.number }}
PRAUTHOR: ${{ github.event.pull_request.user.login }}
- run: gh pr edit $PRNUM --add-reviewer Checkmarx/ast-galactica-team
+ run: gh pr edit $PRNUM --add-reviewer Checkmarx/cx-anurag-dalke
diff --git a/README.md b/README.md
index 695d9f2..cec9b2c 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
-
+
@@ -29,7 +29,7 @@
The AST CLI Maven Plugin allows you to use the AST CLI inside Maven.
- Explore the docs »
+ Explore the docs »
Report Bug
diff --git a/logo.png b/logo.png
index f6de6be..e3b1df2 100644
Binary files a/logo.png and b/logo.png differ
diff --git a/pom.xml b/pom.xml
index 9565cf7..22fc847 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@