Option for output in "Serif" format
A couple of customers have asked for results in the "serif" format as specified at https://docs.oasis-open.org/sarif/sarif/v2.1.0/sarif-v2.1.0.pdf. Right now we are planning to try to do as much as we can in a post-processing step, but it would be incredibly convenient if we could just get that information out of the box.
-
Han Geerligs commented
Sarif format is supported by a growing number of tools. It offers the promise of being a tool agnostic format for static analyzer data. AIt is also supported by a number of compilers, including gcc and Microsoft compilers.
It is backed by Microsoft with a viewer for VS Code. So PC Lint output would be more than welcome. My intention is to use this output for integration with Jenkins using the Warnings plugin. For now we rely on console output which is very fragile.