- ALM used (GitHub)
- CI system used (GitHub Actions)
- Created a GitHub workflow for SonarQube, follow the instructions on the page
- Language: Java(Spring Boot)
- SonarQube Cloud badge exists, but no access to project configuration
- Steps to reproduce - running SonarQube by GitHub Actions, running SonarQube locally
./gradlew build sonar
Hello,
I’ve a few days ago added my first project to my SonarQube account. This is a GitHub repo. After that, it was available, I could check reports, and finally, I created a token and configured GitHub Actions to trigger a SonarQube check. Yesterday, I tried to run SonarQube check from GitHub action and finally locally from my SpringBoot project, and it failed.
I checked my SonarQube account and cannot find the project. So I tried to add this project/repository again, but got a response that the project exists and cannot be added.