Skip to content

Scanning Approaches Directory Contents

Directory Purpose

This directory contains documentation about the different container scanning approaches supported by this project.

Overview Files

File Description
index.md Overview of all scanning approaches
comparison.md Side-by-side comparison of all approaches
decision-matrix.md Decision framework for selecting the appropriate approach

Approach Directories

Directory Description
kubernetes-api/index.md Kubernetes API approach for standard containers
debug-container/index.md Debug Container approach for distroless containers
sidecar-container/index.md Sidecar Container approach for universal compatibility
helper-scripts/index.md Helper scripts vs. direct commands documentation

Implementation Details By Approach

Kubernetes API Approach

The kubernetes-api/index.md directory contains:

Debug Container Approach

The debug-container/index.md directory contains:

Sidecar Container Approach

The sidecar-container/index.md directory contains:

Helper Scripts Approach

The helper-scripts/index.md directory contains:

Referenced In

Architecture Diagrams