Questions tagged [sonarqube]

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.

18 questions
0
votes
1 answer

Not enough workers when trying to access a site with NGINX

I am trying to create a Sonarqube in a Ubuntu virtual machine with Vagrant and using Nginx. I have followed all the steps but when I try to access I get a 502 BadGateway and checking the logs I get the following: 2020/01/29 18:44:05 [alert]…
NeoChiri
  • 101
  • 1
-1
votes
1 answer

How to use SonarSwift(Sonarqube) plugin in Jenkins in Ubuntu 16.04?

I have installed lizard but I'm getting this error when I build my job in Jenkins: 11:00:22.363 ERROR - Lizard Report not found /var/lib/jenkins/workspace/xxxxxxxx/sonar-reports/lizard-report.xml java.io.FileNotFoundException:…
Ashutosh
  • 99
  • 5
-1
votes
1 answer

Sonarqube app pod is not connecting with PostgreSQL DB pod when deploying to Kubernetes

I am trying to setup SonarQube in a Kubernetes cluster. The cluster was made using KubeADM in the AWS cloud. I have the following files for the setup. Sonarqube App Deployment file Sonarqube App Secrets file Sonarqube-PostgreSQL Deployment…
arjunbnair
  • 143
  • 1
  • 2
  • 11
1
2