From 8ceaa33271763c23f660e6347cdd5d80b0027374 Mon Sep 17 00:00:00 2001 From: AlvoBen Date: Mon, 12 Aug 2024 16:44:50 +0300 Subject: [PATCH] JetBrains | add threshold check --- .github/workflows/checkmarx-one-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checkmarx-one-scan.yml b/.github/workflows/checkmarx-one-scan.yml index 374b28c3..b9a91262 100644 --- a/.github/workflows/checkmarx-one-scan.yml +++ b/.github/workflows/checkmarx-one-scan.yml @@ -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"