Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
feat(security): adding snyk support to test our dependencies for inse…
Browse files Browse the repository at this point in the history
…cure vulnerabilities as part of our build process (#1519)
  • Loading branch information
lirantal authored Oct 19, 2016
1 parent 59c11c6 commit 0638294
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,15 @@ before_install:
- gem update --system
- gem install sass --version "=3.3.7"
- npm i nsp -g
- npm i snyk -g
- npm install protractor
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- 'node_modules/protractor/bin/webdriver-manager update --standalone --firefox'
- 'node_modules/protractor/bin/webdriver-manager start 2>&1 &'
- sleep 3
before_script:
- snyk test
after_script:
- nsp check
- gulp test:coverage
Expand Down

0 comments on commit 0638294

Please sign in to comment.