Data exporters

Learn how to export findings and scan data from Endor Labs to external storage and security platforms using the export framework.

Endor Labs provides an export framework that enables you to export scan data to external platforms for archival, compliance, or integration with other security tools. You can configure exporters to automatically send data to supported destinations after each scan.

The export framework supports the following destinations.

Destination Description
AWS S3 Export data to an Amazon S3 storage bucket for archival or integration with data analytics tools.
GitHub Advanced Security Export findings in SARIF format to GitHub Advanced Security for viewing in the GitHub security dashboard.

You can configure exporters to export different types of data:

Data Type Description Message Type Exporters
Findings Security findings from scans including vulnerabilities, secrets, and SAST issues MESSAGE_TYPE_FINDING S3, GHAS
Action policy findings Findings that match your configured action policies (blocked or warning) MESSAGE_TYPE_ADMISSION_POLICY_FINDING GHAS
Format Description Format Type Exporters
JSON Export data in JSON format for flexibility and compatibility with various tools MESSAGE_EXPORT_FORMAT_JSON S3
SARIF Export findings in Static Analysis Results Interchange Format for security tools integration MESSAGE_EXPORT_FORMAT_SARIF S3, GHAS