The Security of Your CICD Pipeline in 2023

It turns out that there are different ways to architect a CICD pipeline that might be more or less sensitive to a breach. And this just doesn’t just come down to whether you use a cloud-hosted CICD service (eg CircleCI or Travis), or if you self host your runners (e.g. using a Jenkins server). What really matters is (1) what kind of credentials the runner has access to (2) how hard it is to rotate those credentials, and (3) whether the runner has the unilateral ability to access infrastructure and deploy code. To illustrate these points I’ll walk through a few different architectures that I’ve seen in the wild, discuss their strengths and weaknesses, and finally present some neat tricks that everyone should know about, including using sigstore to harden your build pipeline.

Speaker

sharon-goldberg

Sharon Goldberg

  
Dr. Sharon Goldberg is an infosec researcher and the CEO of BastionZero, infrastructure cybersecurity company that empowers devops teams to grant secure and hassle-free access to their backend ...