Skip to content

Commit e3369b1

Browse files
committed
AST-12643 SCA Details
- Update workflow with correct credentials
1 parent 51e8285 commit e3369b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ast-scan.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
- name: Checkmarx AST CLI Action
1212
uses: checkmarx/ast-github-action@main
1313
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 }}
14+
base_uri: ${{ secrets.AST_RND_SCANS_BASE_URI }}
15+
cx_tenant: ${{ secrets.AST_RND_SCANS_TENANT }}
16+
cx_client_id: ${{ secrets.AST_RND_SCANS_CLIENT_ID }}
17+
cx_client_secret: ${{ secrets.AST_RND_SCANS_CLIENT_SECRET }}
1818
additional_params: --tags galactica-team --threshold "sast-high=1"

0 commit comments

Comments
 (0)