Hi.
In a private project using SonarCloud,
Analysis results are not displayed in pull request.
- The pull request analysis is successful.
- Analyzed pull request list is displayed in the select box on the upper left on SonarCloud project.
- Pull Request checks tab remains 【Waiting for checks information】
- The following parameters are given to the options of mvn.
- sonar.pullrequest.base
- Pull Reuqest Target branch name
- sonar.pullrequest.provider
- GitHub
- sonar.pullrequest.github.repository
- orgnaizationName/repositoryName
- sonar.pullrequest.key
- set pull request number
- sonar.pullrequest.branch
- set pull reuqest source branch
- sonar.pullrequest.github.summary_comment
- true
- sonar.pullrequest.base
- ALM used
- GitHub
- CI system used
- Jenkins
- Scanner command used when applicable
- mvn install verify sonar:sonar
- Languages of the repository
- java
- php
I have the SonarCloud application installed on the orgnaization.
However, private repository is not displayed on the project creation page.
I suspect it has something to do with the cause.
- The message’installed’is displayed on the target Organization.