Skip to content

Commit

Permalink
Update checkmarx-one.yml
Browse files Browse the repository at this point in the history
Updated threshold
  • Loading branch information
AaronZhouYu authored Sep 19, 2023
1 parent 0a5f654 commit ad57783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkmarx-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
cx_tenant: ${{ secrets.CX_TENANT }} # This should be replaced by your tenant for Checkmarx One
project_name: AaronZhouYu/TotallySecureApp
#additional_params: --sast-incremental
#additional_params: --threshold sast-high=5
additional_params: --threshold "sast-high=5; sast-medium=20; iac-security-high=5; sca-high=5; api-security-high=5"
#additional_params: --tags test1 test2 --scan-types sast,sca,kics --file-filter !readme --report-format sarif --output-name results
additional_params: --report-format sarif --output-path .
- name: Upload SARIF file
Expand Down

0 comments on commit ad57783

Please sign in to comment.