Skip to content

Commit

Permalink
Merge pull request #2984 from uswds/sc_snyk-monitoring
Browse files Browse the repository at this point in the history
add snyk monitor to deploy in circleci
  • Loading branch information
Maya Benari committed Mar 25, 2019
2 parents 6c164aa + ee238b5 commit 951b728
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
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 951b728

Please sign in to comment.