In my previous blog post I explained how to get started with GitLab’s CI/CD capabilities. I’ve explained a very basic workflow that builds an app, does a basic test, builds a container and deploys the container to Kubernetes. In this blog post we’re going to enhance our flow, and add security capabilities to our flow […]