Skip to content

Update config.yml

Update config.yml #24

Workflow file for this run

name: Checkmarx AST Scan
on:
push:
branches:
- main
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Checkmarx AST CLI Action
uses: checkmarxDev/ast-github-action@main
with:
base_uri: https://deu.ast.checkmarx.net/
project_name: my_teams_project
cx_tenant: ${{ secrets.CX_TENANT }}
cx_client_id: ${{ secrets.CX_CLIENT_ID }}
cx_client_secret: ${{ secrets.CX_CLIENT_SECRET }}