Is any sonar plugin for scan iOS application and integrate with Azure DevOps pipeline?

Please inform the details on below points:

  • we are using SonarQube Version 8.2.
  • We want to scan iOS application code in Azure DevOps Pipeline using SonarQube and upload the result on sonar dashboard.
  • Is any sonar plugin available to scan iOS application code in azure pipeline and upload the result on sonar server dashboard.
  • Do we require to install sonar scanner and sonarqube on build server to achieve this requirement?

Thanks.

Hi,

Welcome to the community!

Forgive my ignorance, but what language are we talking about here?

 
Ann

Hi Ann,

Thanks to responding.

We are using iOS application project in swift language. We want integrate sonar plugin with Azure ADO pipeline which support iOS (Swift) application scan and upload the result on sonar dashboard.

Please share the information to achieve it.

Regards…

Hi,

If you mean Swift, then its analysis is included in Developer Edition($). If you mean Shift, I’m not aware of an analyzer for it.

 
HTH,
Ann

Yes Swift, Our developer can manual analysis the code on sonar server by update the sonar project properties and upload it through terminal.

We want to do it automate through Azure DevOps pipeline using sonar plugin tool if any for swift language project.

Like .Net and Java we use “Sonar Analysis tool” plugin and upload result on sonar dashboard.

Please share if sonar have any plugin for swift language.

Hi Ann,

We require to configure automatic branch analysis (swift language project) in CI for every commit. Could you please share the link if any documentation or tool plugin available for the same.

Thanks.

Hi,

PR analysis is part of Developer Edition. Are you on that (commercial) edition already?

 
Ann

A post was split to a new topic: Licensing for Android, iOS analysis