Back to articles
Zomato Clone App with DevSecOps CI/CD
How-ToDevOps

Zomato Clone App with DevSecOps CI/CD

via Dev.toAnilkumar N

Steps:- Step 1 — Launch an Ubuntu(24.04) m7i-flex.large Instance Step 2 — Install Jenkins, Docker and Trivy. Create a Sonarqube Container using Docker. Step 3 — Install Plugins like JDK, Sonarqube Scanner, Nodejs, and OWASP Dependency Check. Step 4 — Create a Pipeline Project in Jenkins using a Declarative Pipeline Step 5 — Install OWASP Dependency Check Plugins Step 6 — Docker Image Build and Push Step 7 — Deploy the image using Docker Step 8 — Terminate the AWS EC2 Instances. Now, let’s get started and dig deeper into each of these steps:- STEP1:Launch an Ubuntu(22.04) T2 Large Instance Launch an AWS T2 Large Instance. Use the image as Ubuntu. You can create a new key pair or use an existing one. Enable HTTP and HTTPS settings in the Security Group and open all ports (not best case to open all ports but just for learning purposes it’s okay). Step 2 — Install Jenkins, Docker and Trivy 2A — To Install Jenkins Connect to your console, and enter these commands to Install Jenkins vi jenki

Continue reading on Dev.to

Opens in a new tab

Read Full Article
2 views

Related Articles