Skip to content

Update main.yml

Update main.yml #184

Workflow file for this run

name: Checkmarx Scan
on: [push,pull_request,workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkmarx AST CLI Action
uses: checkmarx/ast-github-action@main
env:
CX_APIKEY: ${{ secrets.CX_APIKEY }}
with:
base_uri: https://deu.ast.checkmarx.net/
cx_tenant: ${{ secrets.TENANT }}
additional_params: --debug --async
- name: Cx report
uses: actions/upload-artifact@v3
with:
name: cx_result.pdf
path: cx_result.pdf