We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e185b commit 2dc6842Copy full SHA for 2dc6842
.github/workflows/ast-scan.yml
@@ -11,8 +11,8 @@ jobs:
11
- name: Checkmarx One CLI Action
12
uses: checkmarx/ast-github-action@6c56658230f79c227a55120e9b24845d574d5225 #main
13
with:
14
- base_uri: ${{ secrets.BASE_URI }}
15
- cx_tenant: ${{ secrets.TENANT }}
16
- cx_client_id: ${{ secrets.CLIENT_ID }}
17
- cx_client_secret: ${{ secrets.CLIENT_SECRET }}
+ base_uri: ${{ secrets.AST_RND_SCANS_BASE_URI }}
+ 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 }}
18
additional_params: --tags phoenix --threshold "sca-high=1;sca-medium=1;sca-low=1"
0 commit comments