Skip to content

Update server.js

Update server.js #33

Workflow file for this run

name: Checkmarx One Scan
on:
push:
branches:
- feature/187
- master
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Checkmarx One CLI Action
uses: checkmarx/ast-github-action@main #Github Action version
with:
project_name: SHNodeGoat
cx_tenant: cxone-samh
base_uri: https://ast.checkmarx.net
cx_client_id: ${{ secrets.CLIENT_ID }}
cx_client_secret: ${{ secrets.SECRET }}