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 @@

- Logo + Logo @@ -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 @@ com.checkmarx.ast ast-cli-java-wrapper - 2.0.8 + 2.4.7 @@ -54,17 +54,15 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 - true - - ossrh - https://oss.sonatype.org/ - true - 10 - - + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 + true + + central + true + + org.apache.maven.plugins maven-gpg-plugin @@ -101,16 +99,12 @@ - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - + + + central + https://central.sonatype.com/api/v1/publish + +