Skip to content

Commit 0a57fd6

Browse files
Update trigger branch in security scan
1 parent fec04e7 commit 0a57fd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Security scan on all changes (Commits/PRs)
22

33
on:
44
push:
5-
branches: ['main', 'master', 'pilots', 'dev']
5+
branches: ['main', 'master', 'pilot', 'dev']
66
pull_request:
77
types:
88
- opened
@@ -24,4 +24,4 @@ jobs:
2424
base_uri: https://eu.ast.checkmarx.net/
2525
cx_client_id: ${{ secrets.CX_CLIENT_ID }}
2626
cx_client_secret: ${{ secrets.CX_CLIENT_SECRET }}
27-
additional_params: --scan-types sast,iac-security,api-security,sca,container-security
27+
additional_params: --scan-types sast,iac-security,api-security,sca,container-security

0 commit comments

Comments
 (0)