SonarQube is the open source platform, to continuously inspect code quality of applications. It allows developers to detect bugs and vulnerabilities as well as to decrease code smells, in more than 20 different languages.
Questions tagged [sonarqube]
19 questions
3
votes
1 answer
SonarQube add corporate root CA
Good day everyone !
I have a simple problem, yet, not able to fix it. May I just need more coffee... Most probably...
Anyway...
I am using the official Docker images for SonarQube and need to connect Sonar to my auth server.
That auth server can be…
yield
- 858
2
votes
1 answer
Sonarqube Github authentication plugin is not recognizing organisation
I'm using the Sonarqube github authentication plugin. I want to make it so that only users in my Github organisation can sign up.
It does not appear to work because even users that are in my organisation are blocked with the reason:
Reason:…
Andy
- 339
2
votes
0 answers
How to get list of admin users from projects in sonarqube, using API?
How to get projects having admin users or list of them if multiple admin users on them using API?
I tried few links, but not working.
sonarqube version 8.9, I am using.
Sara June
- 551
1
vote
0 answers
nginx reverse proxy doing loop, how to configure sonarqube https reverse proxy correctly?
I am encountering trouble with NGINX doing the HTTPS reverse proxy to sonarqube.
Issue is caused by proxy_set_header Host $host, when it set, I keep getting redirected in loop.
When not set, I get redirected to the intranet IP, resulting in DNS…
BigDong
- 11
1
vote
0 answers
SonarQube Fails to Start When Upgrading to PostgreSQL10
I upgraded from Sonarqube 6.7 to 7.8 successfully. When I upgrade my database version from Postgres 9.6.9 to 9.6.11 it works great.
I have attempted this upgrade multiple times on multiple version of SonarQube 7.x. I have tried upgrading to the…
Naota
- 11
- 1
1
vote
0 answers
SonarQube 7.7 Does not start on CentOS Linux
Title says everything. Same error happens with SonarQube 6.7.7 LTS but I write only 7.7 issues here. I have no version restriction which I should use.
I downloaded SonarQube 7.7 from your website. Configured limits as following:
# cat…
Gabor Garami
- 281
1
vote
1 answer
Sonarqube LDAP authentication fails
I'm trying to install sonarqube 7.7 with ldap authentication against an active directory server and I can't get it to work. I copied over the settings from another server that runs on the same host, and its ldap settings work.
This is my current…
1
vote
0 answers
dotnet sonarscanner did not find java but JAVA_HOME exists. Tried jre 11,13, 17 on ubuntu 20.04.3
I am starting proper command
~/project$ /usr/bin/dotnet sonarscanner end /d:sonar.login="admin" /d:sonar.password="user"
and got the java error on ubuntu 20.04.3
SonarScanner for MSBuild 5.5.3
Using the .NET Core version of the Scanner for…
Машина
- 137
1
vote
0 answers
Getting "Not authorized" error when running SonarQube analysis in Docker container with GitLab Runner
I am trying to run a SonarQube analysis in a Docker container using GitLab Runner, but I'm encountering the following error:
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'GlobalServerSettings'…
Sri
- 23
- 4
0
votes
1 answer
SonarQube 7.1 - Debian installation- connection refused
I'm having trouble with first run of a SonarQube 7.1. I still have an error in logs as below:
./sonar.sh console
org.elasticsearch.transport.ConnectTransportException: [][127.0.0.1:9001] connect_timeout[30s]
at…
mathrixx
- 1
0
votes
1 answer
Unable to reach Azure virtual machine on port 9000 for Sonarqube installation
I'm trying to install sonarqube@7.3 with postgresql on a Debian 9 Stretch virtual machine hosted with Microsoft Azure. Everything works properly except that I can't browse with my real physical machine at mydns.myregion.cloudapp.azure.com:9000.
Any…
Azarian
- 103
- 6
0
votes
1 answer
How do you get SonarQube Scanner for Jenkins to use a web proxy?
Before you leap to answer: This is about the plug-in in the Jenkins Web UI. I have the proxy working for sonar-scanner in my pipelines. I need a fix for the plug-in in the web UI.
I'm getting blank pages in the Jenkins web UI on projects and builds…
Alain O'Dea
- 675
0
votes
1 answer
How do I create a new login on an Azure SQL Database?
I'm trying to install SonarQube on Azure, using an Azure SQL Database, which is a serverless database. Instructions I have found advise me to run these commands from the query editor:
-- On master
CREATE LOGIN sonarqube WITH PASSWORD =…
ProfK
- 503
0
votes
1 answer
SonarQube is not starting on SynologyNAS due to CONFIG_SECCOMP
SonarQube is unable to start on Synology NAS Docker due to the CONFIG_SECCOMP not being present on Synology NAS. Is there an option to ignore SECCOMP for SonarQube while it's starting ElasticSearch?
2022-11-26T11:00:50.430590094Z stdout …
VeeeneX
- 103
0
votes
1 answer
How to generate sonar report with sonarqube version 9.2.1.49989. Which plugin i need to install for that?
How to generate sonar report with sonarqube version 9.2.1.49989. Which plugin i need to install for that?
I installed CNES Report .jar plugin to generate sonar report but this plugin(CNES) not supporting could you please help how to generate…
ibrahim4habeeb
- 1
- 3