You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add SARIF output support via --sarif-result option
Add --sarif-result <file> option that writes a SARIF (Static Analysis
Results Interchange Format) 2.1.0 log for verification results. Use
--sarif-result - to write to stdout.
Following ebmc's artefact-specific approach, SARIF output is handled by
a standalone sarif_report() function rather than adding a new UI mode to
ui_message_handlert. This avoids extending the switchboard pattern in
the message handler.
The option can be combined with any UI mode (--json-ui, --xml-ui, or
plain text), producing both the normal output and a SARIF file.
Fixes: #6851
Co-authored-by: Kiro <kiro-agent@users.noreply.github.com>
0 commit comments