Posts

Showing posts with the label SonarQube Scanner

Jenkins integration with SonarQube Scanner

Image
Hello Guys, DevSecOps team members, In this post I would like to integrate Jenkins with SonarQube.  SonarQube is an open-source product for continuous inspection of code quality.   The main objective of SonarQube to check Code Quality and provide the Code Security. SonarQube empowers and ensure all developers to write cleaner and safer code.  In this experiment we will be running the SonarQube on a Docker Engine. Prerequisites We must have following pre-requisites to do this experiment SonarQube Server installed, up and running state Jenkins installed and Master is up and running Sonar Scanner installed on same machine(container) where Jenkins build job executes Important URLs  The following links are very helpful while dealing with the SonarQube and its integration with Jenkins. Docker play-ground :  Sonar Scanner Link   SonarQube on DockerHub     Step 1: Preparing SonarQube on the Docker You could installed Docker and it is Up and runn...