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 ...26 readssonarqube installation
Shubham Tawareshubzz.hashnode.dev·Sep 29, 2024Building Secure Three-Tier Applications: DevSecOps on AWS with Kubernetes, GitOps, and ArgoCDIn this blog, we will walk through the process of deploying a three-tier quiz application using Terraform, GitHub Actions, and Amazon EKS (Elastic Kubernetes Service). The application is built with React for the frontend, Node.js for the backend, and...128 readsDevops
Kilian Klugepragmaticnotes.hashnode.dev·Apr 21, 2024Combining multiple test coverage reports for SonarCloud in GitHub Actions workflowsIn a typical multi-tier test setup, we run different test suites across several GitHub Actions jobs, each of which produces a coverage report. For example, we might start with unit tests running locally on the GitHub Actions runner and subsequently m...494 readsCheat SheetsGitHub Actions
SIVAPRAKASH Ssivaprakash-s.hashnode.dev·Feb 7, 2024How I deploy my portfolio website using CI/CDIntroduction: In today's fast-paced world, delivering high-quality software quickly and reliably is crucial. DevOps empowers continuous integration and delivery (CI/CD) pipelines, streamlining the software development lifecycle from code push to prod...trivy
Mohammed Ashiqiamashiq.hashnode.dev·Nov 16, 2023Sonar CloudSonar Cloud is a cloud-based continuous code quality platform. It helps developers maintain and analyze the quality of their code by providing insights, detecting bugs, vulnerabilities, and ensuring best practices are followed. Benefits of SonarQube...sonarcloud
Edvin Dsouzaedvindsouza.hashnode.dev·Sep 26, 2023SonarQube in DevOps: Elevating Code Quality and SecurityIn the world of DevOps, delivering high-quality software is essential. One tool that can help developers and teams improve code quality is SonarQube. SonarQube is an open-source platform for continuous inspection of code quality. Here's a quick overv...sonarcloud
Kilian Klugepragmaticnotes.hashnode.dev·Sep 20, 2023Configuring Python test coverage reporting for SonarCloud with pytest-cov in GitHub monoreposYou have a Python package within a GitHub monorepo and would like to report test coverage to SonarCloud? Unfortunately, neither SonarCloud's Python Test Coverage documentation nor the Monorepo Support documentation provide clear instructions. The err...503 readsCheat Sheetsgithub-actions
Guilherme Raduenzrdnz.dev·Sep 12, 2023Analyze C# code with SonarCloud & GitHub Actionsℹ Last update on September 20, 2024. Static code analysis Static code analysis is the process of examining the source code of a software without running it, with the purpose of detecting bugs, finding code smells, improving the code, finding securi...dotnet