In our SonarCloud account we can’t analyse branches other than master. The little + icon is greyed out and it only displays links and info to the documentation. Even though I belong to the owners group in our organisation settings of SonarCloud, when I run the analysis using the parameter sonar.branch.name it says ERROR: You're not authorized to run analysis. Please contact the project administrator.. How can I solve this? This is something critical for us, as we’ve got some project handed over from a third party with poor quality code that we need to inspect.
Have you check that, in the project you want to analyze, in the ‘Administration’ -> ‘Permissions’ menu, you have corect rights with the user that you have generated the token with ?
The SonarCloud analysis is run manually from the CLI, not from any CI tools. SonarCloud or Scrutinizer CI are totally agnostic from each other.
All we want is to go to the dashboard and be able to follow the standard documentation to analyse branches. We don’t need any integrations with other tools.