SonarQube Integration is an open source static code analysis tool that is gaining tremendous popularity among software developers. It enables software professionals to measure code quality, identify non-compliant code, and fix code quality issues...
Configuring Jenkins To Build WebGoat We’re going to scan a known vulnerable webapp, WebGoat, which is an OWASP project used for learning basic web penetration testing skills and vulnerabilities. A good scanner should find a lot of...
When you have software development projects that you are building and running on Red Hat OpenShift you are probably testing them out locally with Minishift, getting the deployment correct, testing source-to-image or running your Dockerfile...
Sonarqube is a great tool for source code quality management, code analysis etc. This is the most widely used tool for code coverage and analysis. Install and Configure Sonarqube on Linux This guide will help you to set up and configure...
Step 1: Install Docker Download Docker here if you’re not running it already, & install it. Docker containers are simply the best way to test out new tools with minimum fuss, in my opinion. Step 2: Install SonarQube Community and...