You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
Thanks,
Shlok
The text was updated successfully, but these errors were encountered: