Skip to content

Add support for other formats than SARIFΒ #397

@mpoberezhniy

Description

@mpoberezhniy

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions