Skip to content

Commit

Permalink
Merge branch 'main' into 3921-node-property-for-hiding-global-search
Browse files Browse the repository at this point in the history
  • Loading branch information
walmazacn authored Oct 1, 2024
2 parents 15a18f5 + 98d4caf commit 16dd296
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 16dd296

Please sign in to comment.