Skip to content
This repository has been archived by the owner on May 8, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
tweak docs
  • Loading branch information
nlf committed Nov 6, 2017
1 parent efbbaca commit bea294e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -14,9 +14,10 @@ Node Security helps you keep your node applications secure. With Node Security y

## Filter and threshold

The results of the `check` command may be altered based on either a `filter`, which completely hides vulnerabilities below the given CVSS
score, or a `threshold` which continues to display all vulnerabilities but will not exit with a code of `1` unless at least one is above the
given CVSS score.
The results of the `check` command may be altered based on either a `filter` or `threshold`.

- `--filter`: hide all vulnerabilities below the given CVSS score
- `--threshold`: display all vulnerabilities, but only exit with an error code if at least one finding has a CVSS score above the given value

## Exit codes

Expand Down

0 comments on commit bea294e

Please sign in to comment.