Skip to content

Commit c82f008

Browse files
committed
Improve -ignore-vulns description
1 parent d179100 commit c82f008

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ The `--quiet` flag will supress output except for indicators of a known vulnerab
4343

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

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

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

0 commit comments

Comments
 (0)