I’m looking to create multiple pipelines for different jobs, such as running Checkov as an independent job whenever there is a merge request to the main branch.
I currently have a .gitlab-ci.yml file for my Terraform build. I’m transitioning from using GitHub Actions to GitLab CI/CD.