Top "Sonarqube-scan" questions

SonarQube Scanners run the analyzers on code.

How to setup sonarqube for Angular 7 project

Trying to setup Sonarqube for Angular 7 code base for code coverage analysis. I have Installed the Sonarqube and created a …

angular sonarqube sonarqube-scan
SonarQube: Typescript module not found

I am using SonarQube to analyze a Typescript project. Analysis runs in a Gitlab pipeline stage, using a docker image …

typescript docker sonarqube gitlab-ci sonarqube-scan
What is the difference between jacoco branch coverage and Sonar condition coverage?

I'm trying to analyze java code with the SonarQube Scanner (version 3.1.0.1141). SonarQube version : 5.6.6 Sonar Java plugin version : 4.12.0.11033 jacoco version : 0.8.0 I …

java sonarqube code-coverage jacoco sonarqube-scan
Sonar scanner with Maven and JDK 11

I can make Sonar scanner work with OpenJDK 8 but not with OpenJDK 11. The Maven command used is: mvn clean org.…

sonarqube maven-3 sonarqube-scan sonar-runner java-11
Quality Gate Failure in SonarQube does not fail the build in Teamcity

I set up a Build project in TeamCity and integrated Sonarqube with it. The project is getting build and even …

sonarqube teamcity sonarqube-scan
Automatically derive mandatory SonarQube properties from pom file in Jenkins

Situation: I want to analyze my project with SonarQube (5.4) triggered by Jenkins (1.642.4). It is a java project build with maven. …

maven jenkins continuous-integration sonarqube sonarqube-scan
SonarQube: sonar.exclusions parameter cannot exclude a folder

I work on symfony project and I want to exclude some generated code from sonar analytics. I want to exclude …

symfony sonarqube sonarqube-scan
"IllegalStateException: No files nor directories matching" for non-existing JAR

I recently tried to upgrade my Gradle build to SonarQube plugin 2.2 and encountered the following error: Caused by: java.lang.…

sonarqube sonarqube-scan
How to resolve "HttpException: Error 413" (SonarQube)

I've recently installed the latest version of Jenkins, SonarQube 6.0 (running on a separate server) and when the Jenkins job attempts …

jenkins sonarqube sonar-runner sonarqube-scan
Can SonarQube be used as a Static Application Security Testing (SAST) tool?

I'm looking for a Static Application Security Testing (SAST) tool and I can't afford the commercial products (eg. Checkmarx). SonarQube …

sonarqube code-analysis static-analysis sonarqube-scan security-testing