DefectDojo parser accepts a native json file produced by prowler v3 with file extension .json or a ocsf-json file produced by prowler v4 with file extension .ocsf.json.
Please note: earlier versions of AWS Prowler create output data in a different format. See our other prowler parser documentation if you are using an earlier version of AWS Prowler.
JSON reports can be created from the AWS Prowler v3 CLI using the following command: prowler <provider> -M json
JSON-OCSF reports can be created from the AWS Prowler v4 CLI using the following command: prowler <provider> -M json-ocsf
Unit tests of AWS Prowler v3 JSON and Prowler v4 JSON-OCSF can be found at https://github.com/DefectDojo/django-DefectDojo/tree/master/unittests/scans/aws_prowler_v3.