Skip to content

Bump com.checkmarx.ast:ast-cli-java-wrapper from 2.0.5 to 2.0.6 #109

Bump com.checkmarx.ast:ast-cli-java-wrapper from 2.0.5 to 2.0.6

Bump com.checkmarx.ast:ast-cli-java-wrapper from 2.0.5 to 2.0.6 #109

Workflow file for this run

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