Skip to content

Commit bedfabe

Browse files
authored
Merge pull request #144 from unzerdev/CC-467/check-marx-action
[CC-467] Add Checkmarx action
2 parents 7842ffa + 79bc2f3 commit bedfabe

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/security-scan.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Trigger security scans in Checkmarx
2+
3+
name: Security Scan
4+
5+
on:
6+
push:
7+
branches: [ main ]
8+
paths-ignore: [ '.github/**', 'docs/**', 'tools/**', 'README.md', 'test/**', 'examples/**' ]
9+
workflow_dispatch:
10+
pull_request:
11+
12+
jobs:
13+
security-scan:
14+
uses: unzerdev/unzer-tech-toolbox/.github/workflows/security-scan.yaml@main
15+
secrets:
16+
CX_CLIENT_ID: ${{ secrets.CX_CONN_EXT_CLIENT_ID }}
17+
CX_CLIENT_SECRET: ${{ secrets.CX_CONN_EXT_CLIENT_SECRET }}

0 commit comments

Comments
 (0)