Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for SonarQube-Compatible SARIF Reports #779

Open
shlok-007 opened this issue Jan 1, 2025 · 0 comments
Open

Add Support for SonarQube-Compatible SARIF Reports #779

shlok-007 opened this issue Jan 1, 2025 · 0 comments

Comments

@shlok-007
Copy link

I am interested in adding the option to generate SARIF reports compatible with sonarqube scanning.
Basically, the sonarqube scanner expects the following two additional fields/attributes:

  • runs[].results[].ruleId
  • runs[].tool.driver.rules (fields: id, name, shortDescription, fullDescription, defaultConfiguration).

Refer to SonarQube SARIF docs.

So, I am thinking of implementing as a simple opt in feature that can be accessed via a flag (say --sonarqube).

I would like to know the following:

  • does such feature already exist in the tool?
  • if not, I am interested in implementing it myself as it is a part of my B.Tech project. So, I would appreciate some guidance or pointers for the same.

Thanks,
Shlok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant