This is the official documentation repository for Konarr, a lightweight web interface for monitoring container supply chains, dependencies, and vulnerabilities.
Konarr is a monitoring tool written in Rust that provides real-time insights into your container infrastructure's Software Bill of Materials (SBOM) and security posture. This documentation covers installation, configuration, and usage of both the server and agent components.
This documentation is built with MDBook. To build locally:
# Install MDBook
cargo install mdbook
# Serve locally (with live reload)
mdbook serve
# Build static files
mdbook buildSee the project's main repository for contribution guidelines.