Skip to content

Commit

Permalink
ci: Dependencies audit upgraded
Browse files Browse the repository at this point in the history
maybe those three commands shouldn't stay in the same job but I want to
do it fast
  • Loading branch information
rcmedeiros committed Oct 28, 2019
1 parent cffc70b commit 7e4411a
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 2,240 deletions.
11 changes: 7 additions & 4 deletions .circleci/config.yml
Expand Up @@ -83,12 +83,15 @@ jobs:
- image: circleci/node:10
steps:
- checkout
# - run:
# name: Audit with NPM
# command: npm audit
- run:
name: Check for outdated packages
command: npm outdated
- run:
name: Audit with NPM
command: npm audit
- run:
name: Install Snyk
command: npm i snyk
command: npm i snyk@latest
- run:
name: Audit with Snyk
command: ./node_modules/.bin/snyk test
Expand Down

0 comments on commit 7e4411a

Please sign in to comment.