Skip to content

Commit 1a92ec0

Browse files
Update push branches in security-scan.yml
1 parent edbdc02 commit 1a92ec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/security-scan.yml

+2-2
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
@@ -26,4 +26,4 @@ jobs:
2626
base_uri: https://eu.ast.checkmarx.net/
2727
cx_client_id: ${{ secrets.CX_CLIENT_ID }}
2828
cx_client_secret: ${{ secrets.CX_CLIENT_SECRET }}
29-
additional_params: --scan-types sast,iac-security,api-security,sca,container-security
29+
additional_params: --scan-types sast,iac-security,api-security,sca,container-security

0 commit comments

Comments
 (0)