Skip to content

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

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

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

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 }}