Skip to content

Commit

Permalink
add snyk monitor to deploy in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
saracope committed Mar 22, 2019
1 parent 0c05e1a commit ee238b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
command: |
npm config set "//registry.npmjs.org/:_authToken=$NPM_TOKEN"
npm publish
- run:
name: Update dependencies in Snyk dashboard
command: snyk monitor --org=uswds

workflows:
version: 2
Expand Down

0 comments on commit ee238b5

Please sign in to comment.