A firm is using Terraform for Infrastructure as Code (IaC) governance. The architect wants to prevent the deployment of insecure security groups. Which tool should be integrated into the CI/CD pipeline to perform static analysis against defined security policies?
Trap 1: Azure Policy for Kubernetes
This is platform-specific and not for IaC scanning.
Trap 2: AWS CloudFormation Guard
This is for CloudFormation, not Terraform.
Trap 3: SonarQube
SonarQube is for application code quality, not IaC security.
- A
Azure Policy for Kubernetes
Why wrong: This is platform-specific and not for IaC scanning.
- B
AWS CloudFormation Guard
Why wrong: This is for CloudFormation, not Terraform.
- C
SonarQube
Why wrong: SonarQube is for application code quality, not IaC security.
- D
Terraform Cloud Sentinel
Sentinel is the Policy-as-Code framework for Terraform.