Skip to content

Sarif support #3651

Apr 11, 2022 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

@gastonstrizzolo The code has already been prepared to this in #3462.

For sarif support what you need to do is to create a separate file (sarif.py) here: https://github.com/Ericsson/codechecker/tree/master/tools/report-converter/codechecker_report_converter/report/parser. You can check how the plist parser is implemented as an example.

After you are ready you have to make some changes in this file to register the sarif parser: https://github.com/Ericsson/codechecker/blob/master/tools/report-converter/codechecker_report_converter/report/report_file.py

A couple of months ago I started to do it but unfortunately I didn't have enough time to fully implement it. But you can see and re-use my c…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@dgutson
Comment options

@csordasmarton
Comment options

Answer selected by gastonstrizzolo
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants