You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.ts
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,10 @@ program
56
56
.option('-x, --exclude <ids>','Exceptions or the vulnerabilities ID(s) to exclude.')
57
57
.option('-m, --module-ignore <moduleNames>','Names of modules to ignore.')
58
58
.option('-l, --level <auditLevel>','The minimum audit level to validate.')
59
-
.option('-f, --filter-table [level]','Filter table to show only vulnerabilities at or above specified level (defaults to audit level if no value provided).')
59
+
.option(
60
+
'-f, --filter-table [level]',
61
+
'Filter table to show only vulnerabilities at or above specified level (defaults to audit level if no value provided).',
62
+
)
60
63
.option('-p, --production','Skip checking the devDependencies.')
61
64
.option('-r, --registry <url>','The npm registry url to use.')
62
65
.option('-i, --include-columns <columnName1>,<columnName2>,..,<columnNameN>','Columns to include in report.')
0 commit comments