From the course: Application Security Posture Management: Security from the Supply Chain to Cloud Runtime

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Infrastructure as code scanning

Infrastructure as code scanning

- [Instructor] It's unfortunate that cloud security posture management took off before many other tools in the cloud security space. While scanning for misconfigurations at runtime is all well and good, most enterprises run their entire cloud infrastructure from infrastructure as code, most commonly Terraform and Helm. These configuration languages define the entire cloud environment in advance, allowing security teams to immediately surface security issues to teams instead of waiting until it's already been deployed, where it can be very hard and time consuming to fix. Infrastructure as code scanning can be a bit complicated for a few reasons. First, there are a lot of different types of infrastructure as code, from Helm charts to Kubernetes deployments to Terraform and lots and lots of other things in between. It's difficult to find an IaC scanner that does a really great job at all of them. So we're going to take this time to just dive in and try a couple of them out. Back in our…

Contents