Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add npm audit to ci pipeline #91

Merged
merged 2 commits into from Aug 1, 2018
Merged

Commits on Aug 1, 2018

  1. Add npm audit to ci pipeline

    I have created a wrapper for it, because `npm audit` itself _always_ fails if _any_ vulnerabilities are present, and we don't want to fail on low or moderate vulnerabilities. This issue has been PR'ed in npm, so if/when npm/cli#31 is merged and released then the command can be swapped for a basic `npm audit`.
    lennym committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    059a27c View commit details
    Browse the repository at this point in the history
  2. Run npm@6

    lennym committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    a0f2017 View commit details
    Browse the repository at this point in the history