Skip to content

GitHub Action | Fix SAST & IAC Vul + Threshold (AST-47971) #152

GitHub Action | Fix SAST & IAC Vul + Threshold (AST-47971)

GitHub Action | Fix SAST & IAC Vul + Threshold (AST-47971) #152

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@1fe318de2993222574e6249750ba9000a4e2a6cd #main
with:
base_uri: ${{ secrets.AST_RND_SCANS_BASE_URI }}
cx_tenant: ${{ secrets.AST_RND_SCANS_TENANT }}
cx_client_id: ${{ secrets.AST_RND_SCANS_CLIENT_ID }}
cx_client_secret: ${{ secrets.AST_RND_SCANS_CLIENT_SECRET }}
additional_params: --tags phoenix --threshold "sast-high=1;sca-high=1;sca-medium=3;sca-low=1" --debug