Skip to content

Commit

Permalink
JetBrains | add threshold check
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAlvo1 committed Aug 12, 2024
1 parent e338443 commit 8ceaa33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkmarx-one-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
cx_tenant: ${{ secrets.AST_RND_SCANS_TENANT }}
cx_client_id: ${{ secrets.AST_RND_SCANS_CLIENT_ID }}
cx_client_secret: ${{ secrets.AST_RND_SCANS_CLIENT_SECRET }}
additional_params: --tags phoenix --file-include *.gradle,gradlew --threshold "sca-high=1;sca-medium=1;sca-low=1"
additional_params: --tags phoenix --file-include *.gradle,gradlew --threshold "sca-high=1;sca-medium=1;sca-low=1;sast-high=1;sast-medium=1;sast-low=1;iac-security-high=1;iac-security-medium=1;iac-security-low=1"

0 comments on commit 8ceaa33

Please sign in to comment.