awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
coreos avatar

coreos/clair

0
View on GitHub↗
11,011 estrellas·1,210 forks·Go·Apache-2.0·10 vistasquay.github.io/clair↗

Clair

Clair is a container vulnerability scanner that performs static analysis of container images to identify known security vulnerabilities. It functions as an analyzer for OCI and Docker images, indexing their contents to detect security risks and outdated packages without requiring the containers to be running.

The tool identifies vulnerabilities by matching indexed container components against security databases to find common vulnerabilities and exposures. This process involves analyzing filesystem layers to track the provenance and versioning of packages across the image hierarchy.

The project provides capabilities for container security auditing and image security analysis, enabling the automation of vulnerability detection within development and deployment pipelines. This includes the extraction of package metadata from image layers to create searchable inventories for security audits.

Features

  • Container Security Scanners - Provides a comprehensive container security scanner to identify vulnerabilities and generate software bills of materials.
  • Security and Vulnerability Scanning - Matches container components against vulnerability databases to detect security flaws and supply chain risks.
  • Image Layer Analyzers - Parses and decomposes container image manifests to inspect individual filesystem layers for package provenance.
  • Container Image Analyzers - Analyzes the internal layer structure of OCI and Docker images to create searchable content indexes.
  • Component Indexing - Extracts package versions and metadata from container layers to create a searchable inventory for audits.
  • Container Security - Provides tools for auditing container environments to track potential threats and ensure compliance.
  • Vulnerability Databases - Cross-references container components against known vulnerability databases to identify security risks.
  • Image Vulnerability Assessments - Performs security assessments on container images by analyzing layers and packages against vulnerability IDs.
  • Vulnerability Scanning - Performs proactive vulnerability scanning on container images to identify outdated or insecure packages.
  • DevSecOps and Automation - Enables the automation of vulnerability detection within CI/CD development and deployment pipelines.
  • Asynchronous Scanning Pipelines - Implements a multi-stage asynchronous pipeline to handle large-scale container security audits efficiently.
  • CVE Mapping - Links specific package versions to CVE identifiers using a structured database schema for fast retrieval.
  • Container Security - Static analysis for identifying vulnerabilities in container images.
  • Infrastructure and Configuration - Static analysis for container vulnerabilities.

Historial de estrellas

Gráfico del historial de estrellas de coreos/clairGráfico del historial de estrellas de coreos/clair

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Clair

Proyectos open-source similares, clasificados según cuántas características comparten con Clair.
  • quay/clairAvatar de quay

    quay/clair

    11,012Ver en GitHub↗

    Clair is a container image vulnerability scanner and security analyzer. It performs static analysis of container images by matching package contents against vulnerability databases to identify security risks across different package formats and architectures. The project functions as both an image indexer and a vulnerability database manager. It processes container layers into intermediate representations to enable fast security lookups and synchronizes security metadata from multiple external sources to maintain a local registry. Capability areas include continuous security monitoring, whic

    Goclaircontainersdocker
    Ver en GitHub↗11,012
  • anchore/grypeAvatar de anchore

    anchore/grype

    12,423Ver en GitHub↗

    Grype is a command-line security scanner designed to identify known vulnerabilities within container images, filesystems, and software manifests. It functions as a software composition analysis tool that detects security flaws in application components and open-source libraries to support supply chain security. The tool distinguishes itself by reconstructing the final state of container images through layered filesystem inspection and normalizing diverse package formats into a unified dependency graph. It maintains a local cache of security advisories synchronized from multiple upstream sourc

    Gocontainer-imagecontainerscyclonedx
    Ver en GitHub↗12,423
  • future-architect/vulsAvatar de future-architect

    future-architect/vuls

    12,185Ver en GitHub↗

    Vuls is an agentless vulnerability scanner and CVE intelligence aggregator. It identifies security flaws in operating systems, containers, and network devices without requiring the installation of permanent software agents on target machines. The project distinguishes itself by cross-referencing software versions against multiple vulnerability databases, security advisories, and known exploit catalogs. It utilizes platform-based enumeration and lockfile analysis to detect vulnerabilities in network hardware, programming libraries, and website plugins. The tool covers a broad range of securit

    Go
    Ver en GitHub↗12,185
  • docker-slim/docker-slimAvatar de docker-slim

    docker-slim/docker-slim

    23,311Ver en GitHub↗

    This project is a suite of specialized tools for linting, minifying, analyzing, and managing container images and their associated registries. It provides a set of utilities including an image minifier to reduce image size, a security profiler to harden running containers, an image analyzer for static inspection, and a registry manager for organizing multi-architecture indices. The toolset distinguishes itself through behavior-based optimization and security. It uses dynamic analysis to track executed instructions and file access to remove unused binary data, and records kernel interactions t

    Go
    Ver en GitHub↗23,311
Ver las 30 alternativas a Clair→

Preguntas frecuentes

¿Qué hace coreos/clair?

Clair is a container vulnerability scanner that performs static analysis of container images to identify known security vulnerabilities. It functions as an analyzer for OCI and Docker images, indexing their contents to detect security risks and outdated packages without requiring the containers to be running.

¿Cuáles son las características principales de coreos/clair?

Las características principales de coreos/clair son: Container Security Scanners, Security and Vulnerability Scanning, Image Layer Analyzers, Container Image Analyzers, Component Indexing, Container Security, Vulnerability Databases, Image Vulnerability Assessments.

¿Qué alternativas de código abierto existen para coreos/clair?

Las alternativas de código abierto para coreos/clair incluyen: quay/clair — Clair is a container image vulnerability scanner and security analyzer. It performs static analysis of container… anchore/grype — Grype is a command-line security scanner designed to identify known vulnerabilities within container images,… future-architect/vuls — Vuls is an agentless vulnerability scanner and CVE intelligence aggregator. It identifies security flaws in operating… docker-slim/docker-slim — This project is a suite of specialized tools for linting, minifying, analyzing, and managing container images and… docker/docker-bench-security — This project is a security compliance tool and configuration auditor designed to evaluate Docker deployments against… aquasecurity/trivy — Trivy is a comprehensive security scanner designed to identify vulnerabilities and misconfigurations across container…