Skip to content

Commit

Permalink
Merge pull request #3028 from uswds/add-snyk-auth
Browse files Browse the repository at this point in the history
Add snyk auth step to circle build
  • Loading branch information
thisisdano committed Apr 10, 2019
2 parents 7707bff + f880975 commit 626f7ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Expand Up @@ -31,6 +31,9 @@ jobs:
- run:
name: Setup Snyk
command: sudo npm install -g snyk
- run: # run snyk auth - authenticate snyk use environment variables to add token
name: snyk auth
command: snyk auth $SNYK_TOKEN
- run:
name: Run test
command: npm test
Expand Down

0 comments on commit 626f7ea

Please sign in to comment.