Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SonarQube is not running properly #1954

Open
davidhutchens opened this issue Jan 26, 2024 · 0 comments
Open

SonarQube is not running properly #1954

davidhutchens opened this issue Jan 26, 2024 · 0 comments

Comments

@davidhutchens
Copy link
Member

davidhutchens commented Jan 26, 2024

SonarQube is causing our build script to die on merge to main. Specifically, it is giving an error that it can't find a server at http://localhost:9000. According to the documentation at https://docs.sonarsource.com/sonarqube/latest/devops-platform-integration/github-integration/, we should be giving it the URL of the SonarQube Server in SONAR_HOST_URL and we should have a secret of that name with the URL as its value.

I am providing PR #1953 that has our build script check for that secret and pass it to SonarQube. The PR will silence SonarQube until a SONAR_HOST_URL secret is provided.

According to the above documentation, we should have 1) a SonarQube Server, and 2) a Github App to receive the info from the server. We might well have those things from when this was working. But I can't see them since I am not an owner of the project. If we don't have them, we will need to create them following the instructions in the above documentation.

@MarcinOrlowski might be able to tell us where they are and what URL to use if @BFH-ktt1 doesn't see them. Any other insight @MarcinOrlowski has about getting this to work would be much appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant