
From Base Images to Runtime Factories: Eliminating SCA Noise with Event-Driven Rebuilds
Most “secure” container pipelines are doing unnecessary work. They rebuild images every night. They rescan the same vulnerabilities. They ignore half the findings. And none of it reduces real risk. Worse, it creates the wrong incentives. Teams spend time silencing scanners instead of reducing attack surface. Developers learn to ignore security signals entirely. The real problem isn’t finding vulnerabilities. It’s knowing which ones actually matter. (This is the same problem we see in SAST—detecting vulnerable code is easy; proving it’s reachable is the hard part.) When scanners flag CVEs in code paths your application never executes, the signal breaks. So we changed the model entirely. We stopped rebuilding containers on a schedule. Instead, we replaced base images with a Runtime Factory built on three constraints: Minimal OS surface (Wolfi) Declarative compilation (apko) Event-driven rebuilds (Rebuild only when risk changes) Here’s how the model works. 1. Event-Driven Self-Healing (Th
Continue reading on Dev.to
Opens in a new tab

![[Learning notes and hw] getting started with R-cnn: Manually implementing Intersection over Union (IoU)](/_next/image?url=https%3A%2F%2Fmedia2.dev.to%2Fdynamic%2Fimage%2Fwidth%3D800%252Cheight%3D%252Cfit%3Dscale-down%252Cgravity%3Dauto%252Cformat%3Dauto%2Fhttps%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Farticles%252Favit2emoxc0g68e5ltqj.jpg&w=1200&q=75)

