We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d179100 commit c82f008Copy full SHA for c82f008
README.md
@@ -43,7 +43,10 @@ The `--quiet` flag will supress output except for indicators of a known vulnerab
43
44
The `--ignore-v1` flag will _exclude_ checks for log4j 1.x vulnerabilities.
45
46
-The `--ignore-vulns` flag allows _excluding_ checks for specific vulnerabilities.
+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=`
50
51
The `--log` flag allows everythig to be written to a log file instead of stdout/stderr.
52
0 commit comments