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

feature: configurable audit level #31

Merged
merged 4 commits into from Aug 3, 2018

Commits on Jun 14, 2018

  1. audit: allow the audit failure level to be configured

    `npm audit` currently exits with exit code 1 if any vulnerabilities are found of any level.
    
    Add a flag of `--audit-level` to `npm audit` to allow it to pass if only vulnerabilities below a certain level are found.
    
    Example: `npm audit --audit-level=high` will exit with 0 if only low or moderate level vulns are detected.
    lennym committed Jun 14, 2018
    Copy the full SHA
    c5e48d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. Copy the full SHA
    f2f5692 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0aca665 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. fixing linter issue

    zkat committed Aug 3, 2018
    Copy the full SHA
    6044aca View commit details
    Browse the repository at this point in the history