Skip to content

build(deps): bump the npm_and_yarn group across 1 directory with 2 up… #13

build(deps): bump the npm_and_yarn group across 1 directory with 2 up…

build(deps): bump the npm_and_yarn group across 1 directory with 2 up… #13

Workflow file for this run

name: Snyk
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}