OpenReports

Import JSON reports from OpenReports.

File Types

DefectDojo parser accepts a .json file.

OpenReports JSON files can be exported from Kubernetes clusters using kubectl:

kubectl get reports -A -ojson > reports.json

The parser supports single Report objects, arrays of Reports, or Kubernetes List objects.

Sample Scan Data

Sample OpenReports scans can be found in the unittests/scans/openreports directory.