Shift-left security with image scanning. Trivy, policy gates, and runtime integration.
Catching vulnerabilities in images before they run in production is a security best practice. Here’s how to do it.
trivy image --exit-code 1 --severity CRITICAL,HIGH myimage:tag
Image scanning is one part of defense in depth; combine with minimal images and supply chain signing.
Get the latest tutorials, guides, and insights on AI, DevOps, Cloud, and Infrastructure delivered directly to your inbox.
A working AWS security baseline, derived from the actual incidents we've had and the audit findings we've cleared.
We run both ECS and EKS in production. Which we use for what, and the actual decision criteria — not the marketing comparison.
Explore more articles in this category
Every CI/CD platform claims to be fast and easy. The real differences are in pricing, self-hosting, and where each one falls apart at scale. This is the map.
Woodpecker forked Drone when the license changed. Here's how the two compare for small teams and homelabs that just want simple container-native CI.
Buildkite runs the control plane and lets you own the compute; Actions keeps everything close to your repo. Here's how they actually differ once you scale.
Evergreen posts worth revisiting.