Type of issue
Feature Request
Description
Add support for converting SARIF reports to other formats. Or provide examples on how to use with other CI/CD tools and git hosting systems.
Describe the solution you'd like
Convert SARIF to other formats using sarif-tools
Supported formats:
- codeclimate - can be used in GitLab and GitHub, but generally is an open-source tool that could be used elsewhere
- csv
- txt
- html - can be used with other CI/CD tools outside VCS hosting platforms
- docx
Codeclimate json format is accepted by GitLab and adds Merge request notes similar to GitHub Pull request comments: notes example.
Consider supporting Gerrit API json format: review API reference. This can be composed from SARIF, but parsing it from codeclimate json format should be easier.
Type of issue
Feature Request
Description
Add support for converting SARIF reports to other formats. Or provide examples on how to use with other CI/CD tools and git hosting systems.
Describe the solution you'd like
Convert SARIF to other formats using sarif-tools
Supported formats:
Codeclimate json format is accepted by GitLab and adds Merge request notes similar to GitHub Pull request comments: notes example.
Consider supporting Gerrit API json format: review API reference. This can be composed from SARIF, but parsing it from codeclimate json format should be easier.