Welcome to the documentation for Clair, a static analysis tool for containers. This guide will help you get started with using Clair to scan your container images for security vulnerabilities.

Getting Started

Before you begin, make sure you have Clair installed and properly configured on your system. You can find more information about installation and setup here.

Features

  • Vulnerability Scanning: Clair scans container images for known vulnerabilities.
  • Integration: Clair can be integrated with various container registries and CI/CD pipelines.
  • Custom Rules: You can define custom rules to scan for vulnerabilities specific to your organization.

Usage

Here's a simple example of how to scan a container image:

clair scan image <image_name>

Resources


Clair Logo

Clair is an open-source project, and contributions are welcome! If you'd like to contribute, please visit our GitHub repository.