Skip to content

Commit

Permalink
Create checkmarx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hardl authored Oct 1, 2024
1 parent 9488ccd commit 98d4caf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/checkmarx.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Checkmarx One Scan
on: workflow_dispatch
jobs:
trigger_scan:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkmarx One CLI Action
uses: checkmarx/ast-github-action@main #Github Action version
with:
project_name: Luigi
cx_tenant: sap
base_uri: https://checkmarx.tools.sap
base_auth_uri: https://checkmarx.tools.sap
cx_client_id: ${{ secrets.CXONE_CLIENT_ID }}
cx_client_secret: ${{ secrets.CXONE_CLIENT_SECRET }}

0 comments on commit 98d4caf

Please sign in to comment.