This folder contains the build instructions for all container images used by the clusterscanner.
├─ base # base image used for building other images
├─ process # contains images aiding in the scanning process
│ ├─ imagecollector # collects information about images running in a Kubernetes cluster
│ ├─ imagefetcher # fetches image contents for scanning
│ ├─ image-source-fetcher # fetches and preprocesses image lists generated by the imagecollector
│ └─ notifier # notifies targets of scan results
└─ scan # contains all scanner modules
├─ distroless # image for distroless check
├─ lifetime # image for lifetime check
├─ malware # image for malware scan
└─ runasroot # image for runasroot check