Dockle

Dockle It is one of the DevSecOps tools which detects the docker image Vulnerabilities and supports the CIS benchmarks. Before pushing into the container registry, we need to make sure the image will be CIS benchmark standards. Dockle has 5 check levels.   LEVEL DESCRIPTION FATAL Be practical and prudent WARN Be practical and prudent, but…

Install and Configure Bamboo tool

This post describes how to install and configure the Bamboo tool which is used for Continuous Integration and Continuous deployment also called as CI/CD pipelines. There are various types of CI/CD pipelines and Bamboo is one of the tool which is being used for continuous deployments in the cloud environment. Below are the some of…

Jenkins

Jenkins is an open source automation server which enables developers around the world to reliably build, test, and deploy their software. Jenkins is an open source continuous integration/continuous delivery and deployment (CI/CD) automation software DevOps tool written in the Java programming language. It is used to implement CI/CD workflows, called pipelines. Official website:https://www.jenkins.io/ Setup Jenkins:  Install Java development kit(JDK) Download…