Branching Strategy
- Git Flow: Refer Here
- Also refer the following branching strategy
- Gitlab
- GitHub
Pull-request
- Consider this original repository Refer Here
Workshop – Project
- Project Refer Here
- We will create a pull request based workflow

-
Release Branch (Night build)
- Docker/Container based workflow (DevSecOps)
- Security Scans
- SCA
- SAST
- DAST
- From terraform
- Kubernetes cluster
- Deploy application
- Security Scans
- VM based Workflow
- From Terraform
- VM
- Database
- From Terraform
- Docker/Container based workflow (DevSecOps)
- Refer Here and Refer Here before tomorrow’s session
