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
SARIF is designed specifically to interchange static-analysis results across tools. That means our report-based recipe execution implementation can work for Checkstyle today and PMD/SpotBugs/... tomorrow, without rewriting parsers.
Additionally, there are available SARIF parsers, which allow to get rid of our custom implementation and support for xml parser.