Export Findings as SARIF
export_findings_sarifExport the active project's security findings as a SARIF 2.1.0 document — the format GitHub Code Scanning and comparable CI tools ingest. Defaults to open findings so the export reflects the current posture. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Only findings in this status: 'open' (default), 'inProgress', 'fixed', 'falsePositive', 'acceptedRisk' or 'duplicate' |