Basic Usage
To run a basic scan, import theScanner 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 thescan_output argument to the Scanner constructor: