Skip to content

Commit 117b620

Browse files
add ast github action
1 parent e8d6a48 commit 117b620

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on: [pull_request]
44
jobs:
55
integration-tests:
66
runs-on: ubuntu-latest
7-
strategy:
8-
matrix:
9-
node-version: [ 15.x ]
107
steps:
118
- uses: actions/checkout@v2
129
- name: Copy executable
@@ -27,4 +24,18 @@ jobs:
2724
CX_TENANT: ${{ secrets.TENANT }}
2825
PATH_TO_EXECUTABLE: /tmp/cx-linux
2926
run: npm test
30-
27+
cx-scan:
28+
runs-on: ubuntu-latest
29+
steps:
30+
- name: Checkout
31+
uses: actions/checkout@v2
32+
- name: Checkmarx AST CLI Action
33+
uses: checkmarxDev/ast-github-action@master
34+
with:
35+
project_name: ast-cli-javascript-wrapper
36+
branch: master
37+
base_uri: ${{ secrets.BASEURI }}
38+
cx_tenant: ${{ secrets.TENANT }}
39+
cx_client_id: ${{ secrets.CLIENT_ID }}
40+
cx_client_secret: ${{ secrets.CLIENT_SECRET }}
41+
additional_params: --tags galactica-team

0 commit comments

Comments
 (0)