Skip to content

Commit 22b5365

Browse files
Update cx-one-scan.yaml
1 parent c47317b commit 22b5365

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cx-one-scan.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- name: Checkmarx One CLI Action
1919
uses: checkmarx/ast-github-action@9fda4ab4c1b67c35de380552a972a82997d97731 # https://github.com/Checkmarx/ast-github-action/releases/tag/2.0.42
2020
with:
21-
base_uri: ${{ secrets.AST_RND_SCANS_BASE_URI }}
22-
cx_tenant: ${{ secrets.AST_RND_SCANS_TENANT }}
23-
cx_client_id: ${{ secrets.AST_RND_SCANS_CLIENT_ID }}
24-
cx_client_secret: ${{ secrets.AST_RND_SCANS_CLIENT_SECRET }}
21+
base_uri: ${{ secrets.CX_BASE_URI }}
22+
cx_tenant: ${{ secrets.CX_TENANT }}
23+
cx_client_id: ${{ secretsCX_CLIENT_ID }}
24+
cx_client_secret: ${{ secrets.CX_CLIENT_SECRET }}
2525
additional_params: --scan-types sast,iac-security,sca --threshold "sca-critical=1;sca-high=1;sca-medium=1;sca-low=1;sast-critical=1;sast-high=1;sast-medium=1;sast-low=1;iac-security-critical=1;iac-security-high=1;iac-security-medium=1;iac-security-low=1"

0 commit comments

Comments
 (0)