Skip to content

Latest commit

 

History

History

images

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Clusterscanner images

This folder contains the build instructions for all container images used by the clusterscanner.

Folder structure

├─ 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