Optional confidenceOptional customSpecified checks to run.
Optional electronSpecify a range to run Electron upgrade checks. For example, '7..8' checks an upgrade
from Electron 7 to Electron 8.
Optional isWhether to show relative paths for files.
Defaults to false.
Optional isWhether to save the output in SARIF or CSV format.
Defaults to CSV.
Optional output?: stringSave the results to a file in CSV or SARIF format.
Optional parserSpecify additional parser plugins to use. For example, optionalChaining.
Defaults to empty array ([])
Optional severityOnly return findings with the specified level of severity or above.
Defaults to informational.
Only return findings with the specified level of confidence or above.
Defaults to
tentative.