Skip to content

feat(cb2-9857): add package scripts #4

feat(cb2-9857): add package scripts

feat(cb2-9857): add package scripts #4

Workflow file for this run

name: Synk Security run
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
continue-on-error: false
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
json: true
command: test