File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ on: [pull_request]
44jobs :
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
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
You can’t perform that action at this time.
0 commit comments