cdfoundation / cdf-workshops

Repository for CDF Workshops Program
Apache License 2.0
1 stars 0 forks source link

Securing your CI/CD pipeline from code to deployment #4

Open thschue opened 1 year ago

Saim-Safdar commented 1 year ago

The first steps for securing your team’s CI/CD pipeline include locking down configuration managers, systems that host repositories, and the build servers. The pipeline should be monitored from end to end with watertight access control across the entire toolchain. In this CDF workshop, a guided tour of how to scan-build script for vulnerabilities, and steps needed to be taken into consideration for regularly monitoring source code for vulnerabilities prior to the app deployed to production.

By following along with this workshop you will be familiarized with best practices for securing your CI/CD pipeline including the following:

Saim-Safdar commented 1 year ago

@sbtaylor15 happy to share his knowledge on this topic as he already presented a similar talk on this Adding Open Source Security Tooling to your DevOps Pipeline

TracyRagan commented 1 year ago

Steve's final abstract: The first step in protecting your software supply chain should include adding security actions to your CI/CD pipeline, from scanning your repos to locking down your builds. The pipeline should be evolved to include available open-source tools that can shift your DevOps pipeline to a DevSecOps pipeline.  In this CDF workshop, Steve Taylor will cover 5 phases of the DevOps process that must be reinforced to improve your supply chain security. In this workshop, you will learn about new open-source security tooling that you can immediately add to your pipeline to implement good security practices, including: Learn what phases of the pipeline need security actions.

Securing your organization from cyber hacks is not just the job of production teams. It is time for development teams to play their part. Building security into your CD Pipelines is the first step. This workshop will help you get there. 

TracyRagan commented 1 year ago

This is scheduled for June 22nd.