Skip to content

feat: adding some more logging #2636

feat: adding some more logging

feat: adding some more logging #2636

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