#SonarQube, #CodeQuality, #StaticCodeAnalysis Hello Friends, Welcome back to my channel. In this tutorial , we are going to setup SonarQube using docker. SonarQube is an open-source platform developed by Sonar Source for continuous inspection of code quality to perform automatic reviews with static analysis of code to detect bugs, code smells, and security vulnerabilities on 20+ programming languages.
By end of the tutorial , we will have SonarQube running with persistent storage which can be used for code quality, static code analysis and vulnerability management.
---------------------------------------------------------------------------------------------------
How to setup Docker on Centos:
• DevOps | CI CD Pipeline | Setup Docke...
-------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
How to run Jenkins as Docker Container:
• CICD | Docker Jenkins tutorial | Setu...
----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
Jenkins Maven Pipeline Tutorial:
• Jenkins Pipeline Maven Project |Jenki...
_____________________________________________________________
----------------------------------------------------------------------------------------------------
Jenkins Pipe line a code:
• Jenkins Pipeline As Code | Learn How ...
---------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
SonarQube Reference links:
https://docs.sonarqube.org/latest/set...
https://docs.sonarqube.org/latest/req...
------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------
Linux Configurations and Docker commands:
Because SonarQube uses an embedded Elasticsearch, make sure that your Docker host configuration complies with the Elasticsearch production mode requirements and File Descriptors configuration
sysctl -w vm.max_map_count=262144
sysctl -w fs.file-max=65536
ulimit -n 65536
ulimit -u 4096
Start a basic container:
docker run -d --name sonarqube -p 9000:9000 sonarqube
User name : admin
Password: admin
SonarQube container with Persistent volume attached:
docker run -d -p 9000:9000 -v sonarqube_conf:/opt/sonarqube/conf -v sonarqube_extensions:/opt/sonarqube/extensions -v sonarqube_logs:/opt/sonarqube/logs -v sonarqube_data:/opt/sonarqube/data sonarqube
-----------------------------------------------------------------------------------------------------------
=====================================================
Follow me @:
/ thetips4you
/ thetipsforyou
/ @thetips4you
/ thetipsforyou
http://www.thetips4you.com
=====================================================
On this page of the site you can watch the video online SonarQube on Docker | Setup SonarQube for Code Coverage, Vulnerabilities scan, Static Code Analysis with a duration of hours minute second in good quality, which was uploaded by the user Thetips4you 01 July 2020, share the link with friends and acquaintances, this video has already been watched 30,815 times on youtube and it was liked by 244 viewers. Enjoy your viewing!