The HTML report writes a report.json alongside index.html using the internal ReportData shape, while --json outputs a different structure derived directly from findings. These two formats should be identical so tooling built on one works with the other.
The HTML report writes a
report.jsonalongsideindex.htmlusing the internalReportDatashape, while--jsonoutputs a different structure derived directly from findings. These two formats should be identical so tooling built on one works with the other.