Background
We are currently running Sonarqube (on-premise) v9.9 LTS, scanning GitHub repos using Jenkins Jobs, and successfully scanning Java applications.
What We Are Trying To Achieve
SonarQube to scan iOS apps.
Language Versions Wanting to Scan
- Swift 5.8** (primarily)
- Obj-c
**The language is set to 5 in the project (repo) but the developers IDE updates it to the minor version so it will be 5.8 now, depending on which version of xcode everyone is using.
The Question
Can our SonarQube support the iOS code we’re using? If so, where can I find the onboarding documentation, please? Or is it a feature only supported by SonarCloud?
I can see from Swift 5.6 support is here -
For SonarQube users, analysing Swift 5.6 projects will be available starting from the version 9.5. So we should be able to???
Thanks in advance!