Nicklas Møller JepsenforNick's Cloudnicklasjepsen.hashnode.net·Jul 12, 2021Publishing SonarQube badges using Azure FunctionsWe have started to use SonarQube, an awesome tool for static code analysis, and due to several reason we have to use the on-prem version and not the cloud version. Now that we use SonarQube we want maximum visibility of the metrics that SonarQube pr...Discuss·26 likes·950 readsAzure FunctionsDevops
Paul Knulstforpauls dev blogpaulknulst.hashnode.net·Oct 31, 2022FeaturedImproving Code Quality Of Android Apps With SonarQube And Gradle DetektPaul Knulst in Programming • Nov 23, 2021 • 5 min read Code quality is very important and you should always try to optimize your implementation. This article shows two tools that can be combined to achieve better quality, especially in android app...Discuss·21 likes·144 readsandroid app development
SunitaforDevOps with Sunitasunitabachhav2007.hashnode.net·Apr 10, 2023Jenkins Pipeline for Java based application using Maven, SonarQube, Argo CD and KubernetesThe project involves building and deploying a Java application using a CI/CD pipeline. Here are the steps involved: Version Control: The code is stored in a version control system such as Git, and hosted on GitHub. The code is organized into branches...Kieran Roberts jkbasjkbfbjaksbfjbjasbfjbdsjkfb and 2 others are discussing this3 people are discussing thisDiscuss·20 likes·9.2K readsJenkins
Raushan RajforCloud Security Operations Centerraushanraj-1664511904508.hashnode.net·Apr 13, 2023DevSecOps - OpenSource SAST for your CI/CD pipelineDevSecOps stands for Development, Security, and Operations. DevSecOps involves introducing security practices and integrating tools earlier in the software development life cycle (SDLC), rather than treating security as a separate, post-development a...Discuss·145 readsSAST
SunitaforDevOps with Sunitasunitabachhav2007.hashnode.net·Apr 10, 2023Jenkins Pipeline for Java based application using Maven, SonarQube, Argo CD and KubernetesThe project involves building and deploying a Java application using a CI/CD pipeline. Here are the steps involved: Version Control: The code is stored in a version control system such as Git, and hosted on GitHub. The code is organized into branches...Kieran Roberts jkbasjkbfbjaksbfjbjasbfjbdsjkfb and 2 others are discussing this3 people are discussing thisDiscuss·20 likes·9.2K readsJenkins
satish ankalapforTechInsidersatishankalap.hashnode.net·Apr 5, 2023CI Project (Part-2)In the previous Part, we set up our infrastructure. If you haven’t read it yet, I request you to do so in order to get a better understanding of the project. I will give the link below. https://medium.com/@satishankalap96/ci-project-part-1-fb2683f5ac...Discuss·1 likeDevops
satish ankalapforTechInsidersatishankalap.hashnode.net·Apr 5, 2023CI Project (Part -1)Automating Continuous Integration project, where each and every commit will build, test and generate artifact using the Jenkins, Nexus and SonarQube server and also every commit result will be notified through slack notification to the Developers Sce...DiscussDevops
Nayan ShivhareforNayan Shivhare's blognayanshiv1.hashnode.net·Apr 4, 2023SonarQube: Your Guide to Quality Code - Installation Made Easy!Summary: In this article, you'll discover everything you need to know about SonarQube, from its components to the installation process. If you've struggled with installing and running SonarQube in the past, rest assured that this step-by-step guide w...Discusssonarqube
Vasim MforVASIM'S DEVOPS BLOGvasimm.hashnode.net·Mar 30, 2023To deploy SonarQube on Kubernetes using Helm chart, follow these steps:To deploy SonarQube on Kubernetes using Helm chart, follow these steps: Install Helm on your local machine and initialize the Helm client by running the following commands: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | ...Discusshelm chart
Mohamed ElzomorforZomor's blogzomor.hashnode.net·Mar 25, 2023Adding SonarQube locallyIn this article, we will add SonarQube to the pre-commit hook in git, to keep a specific level of security and consistency in the code. What is SonarQube? SonarQube is an open-source platform developed by SonarSource for continuous inspection of code...Discuss·1 like·157 readssonarqube
Viswanth ReddyforViswaViewsviswaviews.hashnode.net·Feb 17, 2023PostgreSQL and SonarQube Installation and Integration in RHEL.This article illustrates the components with the color of the above image. Installing PostgreSQL on Red Hat Enterprise Linux (RHEL): Add the PostgreSQL Yum repository to your system by creating a new file called "pgdg.repo" in the /etc/yum.repos.d/ ...DiscussAzure DevOpsDevops
Karen NgugiforThe Blog to Rule All Blogskarenngugi.hashnode.net·Jan 21, 2023Installing SonarQube on Ubuntu 22.04First, install some packages that will be needed for SonarQube. sudo apt install curl gnupg software-properties-common apt-transport-https lsb-release -y Next install OpenJDK-11. sudo apt install openjdk-11-jdk -y You can confirm that java has be...Discuss·83 readsbeginner
Nicklas Møller JepsenforNick's Cloudnicklasjepsen.hashnode.net·Dec 15, 2022Code Analysis with SonarCloud and Github ActionsIn some of my previous posts, I mentioned that I use SonarCloud to do code analysis. By integrating SonarCloud with GitHub Actions, you can easily set up a pipeline that automatically runs a code analysis on every commit, providing real-time feedback...Discuss·323 readssonarqube