Posts Tagged "CI/CD"
Terraform IaC Pipeline with GitHub Actions: A Production-Grade Guide
A complete walkthrough for building a production-grade Terraform CI/CD pipeline using GitHub Actions — covering the bootstrap problem, multi-layer architecture, OIDC authentication, security scanning, and automated deployment to AWS ECS Fargate.
Read Post
Closing the Security Scanning Gaps in Your CI/CD Pipeline
tfsec already guards your Terraform code. But secrets, container CVEs, and vulnerable npm packages can still slip through. Here is how to close every gap with five focused tools — free, open-source, and wired into your existing GitHub Actions workflow.
Read Post