© 2026 Hashnode
Basic security terms for the course SAST, SCA, DAST, IAST SAST: Static Application Security Testing (Code review for your own code)-> white box testing SCA: Software Composition Analysis (Background check of external libraries you use) DAST: Dynam...

🚀 Introduction In this blog, we will see how to integrate SonarQube with a Node.js project using GitHub Actions. SonarQube helps us check code quality by analyzing bugs, vulnerabilities, and maintainability issues. By connecting it with GitHub Actio...

In this tutorial we will see how to build a complete Devsecops CICD pipeline using Jenkins, SonarQube and Docker Prerequsite Jenkins Sonarqube Docker Dockerhub Objective Continuous Integration and continuous deployment using Jenkins Code Qual...

Jenkins is an open-source automation server that is widely used for continuous integration (CI) and continuous delivery (CD). It allows developers to automate various tasks in their software development process, particularly the building, testing, an...

In 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...

In 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...
