Skip to content

Commit

Permalink
Add Snyk to CI (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpsamson authored Jul 6, 2021
1 parent 6e78a5e commit 2fd51d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
- name: Install Dependencies
run: yarn install --frozen-lockfile

- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --severity-threshold=high --fail-on=upgradable

- name: Lint
run: yarn lint

Expand Down

0 comments on commit 2fd51d0

Please sign in to comment.