Added SARIF formatter#821
Merged
carlio merged 6 commits intoJun 21, 2026
Merged
Conversation
sbrunner
reviewed
Jun 19, 2026
| """ | ||
|
|
||
| def render(self, summary: bool = True, messages: bool = True, profile: bool = False) -> str: | ||
| output: list[dict[str, Any]] = [] |
Member
There was a problem hiding this comment.
This looks to b build but never used, did I miss something?
Contributor
Author
There was a problem hiding this comment.
Please review the current version of changes
sbrunner
approved these changes
Jun 19, 2026
sbrunner
left a comment
Member
There was a problem hiding this comment.
Looks good any remark @carlio @Pierre-Sassoulas?
Contributor
Author
|
If everything is ok, please merge the pull request. Thanks! |
Member
|
Yep LGTM too, I'll merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add SARIF formatter
Related Issue
#820
Motivation and Context
When running prospector on GitHub CI/CD, it is not possible to use its report as is, because GitHub uses the "SARIF report format", which is not supported.
How Has This Been Tested?
I tested these changes and got the expected result.
Types of changes
Checklist: