Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 471 Bytes

File metadata and controls

19 lines (12 loc) · 471 Bytes

SCAScripts

A couple of Python scripts for parsing Endor Labs SCA output and comparing it to others.

Use these in conjunction with Endor Labs SCA to parse API output into a simple CSV and then compare two CSVs.

Usage

Take the json output from the API call and turn it into a CSV

python api_data_parser.py <input_json_file> <output_csv_file>

Compare two CSVs containing dependecny, version

python compare_csv.py <master.csv> <test.csv>