Skip to content

Container Security

Containers bundle the application code alongside entire operating system libraries, dependencies, and binaries. If a vulnerability exists in a base image, it gets deployed to production. An attacker breaking out of a container could potentially access the Host OS or other containers.

Top Container Security Scanners:

  1. Anchore Engine: Deep image inspection and policy evaluation.
  2. CoreOS/Clair: API-driven static vulnerability analysis.
  3. **Vuls.io:** Agentless vulnerability scanner.
  4. OpenSCAP: Suite of automated audit tools following the NIST-certified Security Content Automation Protocol (SCAP) to check compliance and CVEs.