Export data to SARIF

You can export data to SARIF (Static Analysis Results Interchange Format) from the product UI and via the Reports API.

Overview

The product can export SARIF for SAST issues from the UI export dialog. For automation and integrations, SARIF files are generated by the Reports API (not by the OData/export endpoints used for CSV or JSON).

Reports API (SARIF) - example

The Reports API accepts a request that specifies the report type (SARIF), scope and filters.

Swagger API showing export to SARIF

Notes and limitations

  • SARIF export applies to SAST issues only (not SCA/open-source findings).
  • SARIF generation via API may require specific report permissions and is not available on free subscriptions.