Skip to content

Commit

Permalink
Merge pull request #48 from tillhub/UNTIL-12967
Browse files Browse the repository at this point in the history
UNTIL-12967
  • Loading branch information
benjaminbratkus authored Feb 6, 2025
2 parents 0442eae + 0c6b106 commit 4048071
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/checkmarx-one-scan.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Trigger security scans in Checkmarx

name: Checkmarx Security Scan

on:
push:
branches: [master, develop]
paths-ignore: [ '.github/**', 'docs/**', 'tools/**', 'catalog-info.yaml', 'README.md' ]
pull_request:
paths-ignore: [ '.github/**', 'doc/**', 'tools/**', 'catalog-info.yaml', 'README.md' ]
workflow_dispatch:

jobs:
security-scan:
uses: unzercorp/unzer-tech-toolbox/.github/workflows/security-scan.yaml@ci-github/1.6
with:
cx_threshold_preset: "relaxed"
secrets:
CX_CLIENT_ID: ${{ secrets.CX_NON_PCI_TH_CORP_CLIENT_ID }}
CX_CLIENT_SECRET: ${{ secrets.CX_NON_PCI_TH_CORP_CLIENT_SECRET }}

0 comments on commit 4048071

Please sign in to comment.