Skip to content

Commit

Permalink
ci: add SCA thresholds (#254)
Browse files Browse the repository at this point in the history
<!--
Thanks for contributing to 2ms by offering a pull request.
-->

**Proposed Changes**

Adding SCA validation thresholds to CxOne scan
  • Loading branch information
ruigomescx authored Oct 30, 2024
1 parent 4a55834 commit 57c56e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ast-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 scs --threshold "sast-high=1; sast-medium=1; sast-low=1; iac-security-high=1; iac-security-medium=1; iac-security-low=1"
additional_params: --tags scs --threshold "sast-high=1; sast-medium=1; sast-low=1; sca-high=1; sca-medium=1; iac-security-high=1; iac-security-medium=1; iac-security-low=1"

0 comments on commit 57c56e3

Please sign in to comment.