Skip to content

Bump checkmarx/ast-cli from 2.1.2 to 2.1.5 #82

Bump checkmarx/ast-cli from 2.1.2 to 2.1.5

Bump checkmarx/ast-cli from 2.1.2 to 2.1.5 #82

name: Checkmarx One Scan
on: [ pull_request, workflow_dispatch ]
jobs:
cx-scan:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Checkmarx One 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: --tags galactica-team --threshold "sast-high=1" --debug