SonarQube Scanners run the analyzers on code.
Trying to setup Sonarqube for Angular 7 code base for code coverage analysis. I have Installed the Sonarqube and created a …
angular sonarqube sonarqube-scanI 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-scanI'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-scanI 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-11I set up a Build project in TeamCity and integrated Sonarqube with it. The project is getting build and even …
sonarqube teamcity sonarqube-scanSituation: 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-scanI work on symfony project and I want to exclude some generated code from sonar analytics. I want to exclude …
symfony sonarqube sonarqube-scanI recently tried to upgrade my Gradle build to SonarQube plugin 2.2 and encountered the following error: Caused by: java.lang.…
sonarqube sonarqube-scanI'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-scanI'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