Export Findings as SARIF
export_findings_sarifExport the active project's security findings as SARIF 2.1.0, ready for GitHub Code Scanning and CI tools. Defaults to open findings to reflect current posture.
Instructions
Export 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' |