Skip to content

ellerbrock/travis-vulnerability-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis Vulnerbility Scanner Open Source Love Gitter Chat

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.

About

🔥 test your npm dependencies for known vulnerabilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published