Skip to content

CLI | Update the Cli Calls to SCA Risk Management Service to use Export Service (AST-42958) #2231

CLI | Update the Cli Calls to SCA Risk Management Service to use Export Service (AST-42958)

CLI | Update the Cli Calls to SCA Risk Management Service to use Export Service (AST-42958) #2231

Workflow file for this run

name: Checkmarx One Scan
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
cx-scan:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Checkmarx One CLI Action
uses: checkmarx/ast-github-action@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=1;sca-low=1"