Skip to content

Commit 48ca827

Browse files
Update trigger branches in security scan job
1 parent 5f0d0f5 commit 48ca827

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)