Terminology Index

Glossary

2953 terms

Open concept maps
I
32

IaC Security Scanning

Scanning infrastructure-as-code (such as Terraform or Kubernetes manifests) for security issues before deployment, catching misconfigurations like open access or missing encryption in the code that defines the infrastructure.

Because infrastructure is increasingly defined as code, IaC security scanning checks those definitions, Terraform, CloudFormation, Kubernetes manifests, against security rules before they are applied, flagging issues like public exposure, missing encryption, or excessive permissions at the earliest, cheapest point. Integrated into the DevSecOps pipeline, it shifts cloud-misconfiguration prevention left, stopping insecure infrastructure from ever being provisioned rather than detecting it in production.

Introduced in: DevSecOps and Secure SDLC

Examples

  • Flagging a Terraform file that would create a publicly open storage bucket.
  • Catching a missing-encryption setting in infrastructure code pre-deployment.
  • Failing a pipeline when a manifest grants excessive permissions.