Getting Started
regis is designed to be easy to set up and run, whether locally or in a CI/CD environment.
Image Analysis
You can analyze any public container image using the built-in analyzers. By default, regis produces a JSON report on stdout.
Advanced Configuration
For more complex projects, regis can be configured using a dedicated YAML file or environment variables. Configuration lets you customize which analyzers to run and which playbook to evaluate.
Playbook Customisation
Playbooks allow you to define your own security policies and customize the structure of your reports. While the Default Playbook covers many best practices, you may want to create a custom one tailored to your organization's specific needs.
Dashboard
The regis Dashboard is a modern, interactive Single Page Application (SPA) designed to transform complex security data into clear, actionable insights.
Multi-Archive Setup
Configure multiple archives for cross-environment comparison in the Regis dashboard.
Registry Authentication
To analyze private images, regis needs to authenticate with your container registry. It typically leverages the authentication mechanisms of its underlying Analyzers, such as Skopeo and Trivy.
Troubleshooting
Missing External Tools
CI/CD Integration
4 items