Hi All,
I am currently working on creating support for Ballerina lang into code scanners.
is there any extension model in SonarCloud to onboard third party language?
Hi,
Welcome to the community!
Sorry but there’s no way to add a plugin to SonarCloud. What you can do is write an analyzer that
- runs independently of SonarCloud analysis
- outputs a generic issue report
And then feed that report into your SonarCloud analysis.
HTH,
Ann