Travis Vulnerbility Scanner [](https://github.com/ellerbrock/open-source-badge/) [](https://gitter.im/frapsoft/frapsoft/)

August 7, 2016 ยท View on GitHub

Travis Test for known vulnerbilities.
Send Email notification when problems are found. Here a vulnerable App example:

Build Status vulnerbilities

.package.json:

{
  "name": "vulnerable-app",
  "dependencies": {
    "ionic": "^1.6.5"
  }
}

.travis.yml:

language: node_js
node_js:
  - "6"
  - "5"
  - "4"

before_script:
  - npm install -g nsp

script: nsp check

notifications:
  email:
    on_success: never
    on_failure: always

The badge with the number of known vulnerbilities is provided by snyk.io.

Contact / Social Media

Get the latest News about Web Development, Open Source, Tooling, Server & Security

TwitterFacebookGoogle+GitterGithub

Development by

Developer / Author: Maik Ellerbrock
Company: Frapsoft

License

Creative Commons License

This work by Maik Ellerbrock is licensed under a Creative Commons Attribution 4.0 International License.