Skip to content

Commit

Permalink
add sca to treshold
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarleviCm authored Jun 30, 2024
1 parent 92b6d52 commit 2fbca4f
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 @@ -15,4 +15,4 @@ jobs:
cx_tenant: ${{ secrets.TENANT }}
cx_client_id: ${{ secrets.CLIENT_ID }}
cx_client_secret: ${{ secrets.CLIENT_SECRET }}
additional_params: --tags galactica-team --threshold "sast-high=1" --debug
additional_params: --tags phoenix --threshold "sast-high=1;sca-high=1;sca-medium=1;sca-low=1" --debug

0 comments on commit 2fbca4f

Please sign in to comment.