DevOps Project Series 8 - DevSecOps : Implementing Secure CI/CD Pipelines What is DevSecOps ? DevSecOps is the integration of security practices into the software development process, specifically in the areas of continuous integration (CI) and continuous delivery/deployment (CD). This approach emp...
DevOps Project Series 7 - Creating Spring Boot Application with Grade and Github Actions In this article, we will be creating second workflow named as springbootworkflow which will run only if the terraform workflow succeed. In this workflow there are 2 jobs . In the first job , we will be building...
DevOps Project Series 6 - An Automation Approach to Deploying Docker, Minikube, KubectI, SonarQube, Trivy and Terrascan using Bash scripts and Github Actions In this article, you will be able to learn that how to create scripts to install docker, minikube and sonarqube in EC2 Instance where we will...
DevOps Project Series 5 - Efficiently Provisioning AWS Resources through Github Actions and Terraform Integration This topic describes the process of integrating Github Actions with Terraform to automatically create resources in Amazon Web Services (AWS). The use of Github Actions allows for automa...
DevOps Project Series 4 - Achieving Secure AWS Deployments through Integration of Github Actions and OpenID Connect (OIDC) In this article, you will learn how to connect your GitHub Actions to AWS using OpenID Connect rather than storing your AWS Secret and Access Keys in Github Actions secrets and...