Skip to content

Update checkmarx-ast-cli binaries with 2.1.6 #275

Update checkmarx-ast-cli binaries with 2.1.6

Update checkmarx-ast-cli binaries with 2.1.6 #275

Workflow file for this run

name: Checkmarx AST Scan
on: [ pull_request, workflow_dispatch ]
jobs:
cx-scan:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Checkmarx AST CLI Action
uses: checkmarx/ast-github-action@831a8d51a8a0535c0399f9c12728d8d3cc22d850 #main (currently 2.0.28)
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"