Skip to content

Commit

Permalink
Merge pull request #49 from tillhub/chore/toolbox-250206-1126
Browse files Browse the repository at this point in the history
chore: apply templates
  • Loading branch information
alghanor authored Feb 6, 2025
2 parents 4048071 + 3e64f0b commit 0345c4f
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .github/workflows/checkmarx-one-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,27 @@ name: Checkmarx Security Scan

on:
push:
branches: [master, develop]
paths-ignore: [ '.github/**', 'docs/**', 'tools/**', 'catalog-info.yaml', 'README.md' ]
branches: [master, main, develop]
paths-ignore:
- '.github/**'
- 'docs/**'
- 'tools/**'
- 'catalog-info.yaml'
- 'README.md'
pull_request:
paths-ignore: [ '.github/**', 'doc/**', 'tools/**', 'catalog-info.yaml', 'README.md' ]
paths-ignore:
- '.github/**'
- 'docs/**'
- '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"
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 }}
CX_CLIENT_SECRET: ${{ secrets.CX_NON_PCI_TH_CORP_CLIENT_SECRET }}

0 comments on commit 0345c4f

Please sign in to comment.