SARIF is a standardised JSON format for reporting findings. It's a pretty big spec but seems pretty straightforward if a touch enterprisey in its naming.
It's generated by:
- ruff (check, preview in format)
- semgrep
- eslint (via eslint-formatter-sarif)
- ...
Would be nice if odools could output sarif when used in CLI mode, so that it could be consumed generically.
SARIF is a standardised JSON format for reporting findings. It's a pretty big spec but seems pretty straightforward if a touch enterprisey in its naming.
It's generated by:
Would be nice if odools could output sarif when used in CLI mode, so that it could be consumed generically.