Skip to content

Commit

Permalink
Improve -ignore-vulns description
Browse files Browse the repository at this point in the history
  • Loading branch information
hillu committed Jan 4, 2022
1 parent d179100 commit c82f008
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ The `--quiet` flag will supress output except for indicators of a known vulnerab

The `--ignore-v1` flag will _exclude_ checks for log4j 1.x vulnerabilities.

The `--ignore-vulns` flag allows _excluding_ checks for specific vulnerabilities.
The `--ignore-vulns` flag allows _excluding_ checks for specific
vulnerabilities. e.g. `-ignore-vulns=CVE-2021-45046,CVE-2021-44832`.
To check for all known vulnerabilities, pass an empty list like so:
`-ignore-vulns=`

The `--log` flag allows everythig to be written to a log file instead of stdout/stderr.

Expand Down

0 comments on commit c82f008

Please sign in to comment.