Description
Integrate Checkov to scan infrastructure-as-code (IaC) files for security misconfigurations and compliance violations.
Part of the Quality Tooling Rollout (#369).
Tasks
Motivation
OpenScan deploys via GitHub Actions and Cloudflare Workers. IaC misconfigurations can lead to:
- Overly permissive CI/CD permissions
- Exposed secrets in workflow definitions
- Insecure deployment configurations
Notes
- Start with informational mode, move to blocking for critical findings.
- Checkov has built-in policies for GitHub Actions, Docker, Terraform, and Kubernetes.
Description
Integrate Checkov to scan infrastructure-as-code (IaC) files for security misconfigurations and compliance violations.
Part of the Quality Tooling Rollout (#369).
Tasks
Motivation
OpenScan deploys via GitHub Actions and Cloudflare Workers. IaC misconfigurations can lead to:
Notes