Ankit Rajcommunity-branch-plugin-in-sonarqube.hashnode.dev·Nov 27, 2024🚀 Step-by-Step Guide to Community Branch Plugin in SonarQubeSonarQube is a powerful tool for code quality and security. With the Community Branch Plugin, you can extend its functionality to include branch analysis, even in the Community Edition. Let's walk through setting up this tool with Jenkins in a Docker...DiscussJenkins
Bittu Sharmabittublog.hashnode.dev·Nov 24, 2024Elevate Your Code Quality: A Comprehensive Guide to SonarQubeSonarQube is an open-source platform that provides static code analysis and code quality management. It is designed to help developers and development teams identify and fix code issues early in the software development lifecycle. SonarQube analyzes ...Discuss·26 readssonarqube installation
Ankit Rajsecurity-in-devops-sonarqube.hashnode.dev·Nov 23, 2024🚀 Security in DevOps: Integrating SonarQube with JenkinsIn DevOps, where speed and agility are crucial, security and code quality must remain a top priority. This is where SonarQube shines! It helps automate code quality checks, identify vulnerabilities, and enforce best practices. Let’s explore SonarQube...Discusssonarqube
Saurabh Adhaudevopsvoyager.hashnode.dev·Sep 2, 2024DevSecOps with Kubernetes: Deploying a Secure Tetris Game on AWS EKSIntroduction Welcome to the End-to-End DevSecOps Kubernetes Project! This comprehensive guide is designed to set up a robust DevSecOps pipeline on Amazon Web Services (AWS) using Kubernetes. The project focuses on deploying a Tetris game application ...Discuss·10 likes·36 readsProjectsKubernetes
KALPESH MOHANTAkalpeshblog.hashnode.dev·Sep 1, 2024SonarQube Installation on EC2Install SonarQube in the /opt directory on Ubuntu, follow these steps: Update Package List and Install Dependencies: sudo apt update -y sudo apt install openjdk-11-jdk wget unzip Download SonarQube: Visit the SonarQube download page to get the l...Discusssonarqube
Shesh Dharsheshdevops.hashnode.dev·Aug 6, 2024A Practical Guide of DevSecOps with Jenkins CI/CD for Node-todo-CICD-App Development - Integrates seamlessly..In this article, we will be creating a CI/CD pipeline for Node-todo-CICD-App Development. Using DevSecOps methodology with tools like code clone with Git, Pipeline with Jenkins, Docker, Docker Compose, SonarQube, OWASP and Trivy, The project will be ...DiscussDevops
ajay singhlearwithme.hashnode.dev·Aug 5, 2024Git-Lab DevSecOps pipelineShort Note on Tools: Git-Lab : GitLab is a web-based DevOps lifecycle tool that provides a Git repository manager providing wiki, issue-tracking, and CI/CD pipeline features, using an open-source license. GitLab offers both self-managed and SaaS (so...Discuss·61 readsGitLab
Vedant Thavkarveddevopsblog.hashnode.dev·Mar 6, 2024Comprehensive Guide: Python Application Deployment with Jenkins and Docker on AWSIntroduction: Deploying Python applications with Continuous Integration and Continuous Deployment (CI/CD) pipelines has become standard practice for modern development teams. In this detailed guide, we'll walk through the process of deploying a Pytho...Discuss·10 likes·98 readsDevopsPython
Ranjith Rdeepdivecloud.hashnode.dev·Feb 14, 2024Devops -day-14 Jenkins-SonarQube IntegrationLet’s see how we can quickly set up a SonarQube environment using a Docker container 1. Running SonarQube on Docker Run Docker container sonarqube #install docker sudo apt-get update sudo apt-get install docker.io -y sudo usermod -aG docker ubuntu ...Discuss·32 readsJenkins
Sourav Kumarblog.souravk.cloud·Dec 20, 2023How to integrate Sonarqube to JenkinsWelcome, fellow developers! Are you tired of manually analyzing your code quality? Do you want to seamlessly automate and integrate the process into your CI/CD pipeline? Well, then you've come to the right place! Today's blog post is all about integr...Discuss·149 readsJenkins