Skip to content

Bump shogo82148/actions-upload-release-asset from 1.7.3 to 1.7.5 #394

Bump shogo82148/actions-upload-release-asset from 1.7.3 to 1.7.5

Bump shogo82148/actions-upload-release-asset from 1.7.3 to 1.7.5 #394

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/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 }}
additional_params: --tags phoenix --threshold "sast-high=1;sca-high=1;sca-medium=1;sca-low=1"