Skip to content

Commit d1196bf

Browse files
Add additional_params to Checkmarx scan.
1 parent b194f0e commit d1196bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/change-review.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ jobs:
2121
- name: Checkmarx One ClI Action
2222
uses: checkmarx/ast-github-action@main
2323
with:
24-
project_name: Github Projects
24+
project_name: Python-v2
2525
cx_tenant: Flutterwave
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
2930

3031
- name: setup python environment
3132
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)