Analyzers Reference
RegiS CLI includes several built-in analyzers that extract specific data from container images. Each analyzer runs independently and contributes to the unified data model evaluated by your Playbooks.
| Analyzer | Description |
|---|---|
| dockle | Container image linting and CIS benchmark checks |
| endoflife | OS and runtime end-of-life status |
| freshness | Image age and staleness score |
| hadolint | Dockerfile best practice linting |
| popularity | Registry pull count and popularity metrics |
| provenance | Supply chain provenance and attestations |
| sbom | Software Bill of Materials (CycloneDX / SPDX) |
| scorecarddev | OpenSSF Scorecard checks |
| size | Image size and layer analysis |
| skopeo | Base metadata from registry (labels, architecture, layers) |
| trivy | Vulnerability scanning and secret detection |
| versioning | Image tag and versioning policy |