Skip to main content

Basic Usage

To run a basic scan, import the Scanner class and call scan_folder_with_options. By default, results are written to stdout as JSON:

Saving Results to a File

To write results to a file rather than stdout, pass the desired output path as the scan_output argument to the Scanner constructor: