awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

23 dépôts

Awesome GitHub RepositoriesInfrastructure and Configuration

Tools for validating and securing infrastructure-as-code, containers, and deployment configurations.

Explore 23 awesome GitHub repositories matching part of an awesome list · Infrastructure and Configuration. Refine with filters or upvote what's useful.

Awesome Infrastructure and Configuration GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • anchore/grypeAvatar de anchore

    anchore/grype

    12,423Voir sur 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

    Vulnerability scanner for container images and filesystems.

    Gocontainer-imagecontainerscyclonedx
    Voir sur GitHub↗12,423
  • lukasmartinelli/hadolintAvatar de lukasmartinelli

    lukasmartinelli/hadolint

    12,225Voir sur GitHub↗

    Hadolint is a Dockerfile linter and Haskell-based static analysis tool. It analyzes container image configuration files against a set of rules to ensure valid syntax and adherence to best practices. The tool functions as a wrapper for shell checkers to inspect inline shell commands and scripts within build instructions, identifying scripting errors and bugs. It also includes security auditing capabilities to warn when images are pulled from registries not explicitly listed as trusted. The analysis engine covers quality assurance through label schema validation, syntax pattern verification, a

    Smarter Dockerfile linter for best practices.

    Haskell
    Voir sur GitHub↗12,225
  • coreos/clairAvatar de coreos

    coreos/clair

    11,011Voir sur GitHub↗

    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 proj

    Static analysis for container vulnerabilities.

    Go
    Voir sur GitHub↗11,011
  • yandex/gixyAvatar de yandex

    yandex/gixy

    8,570Voir sur GitHub↗

    Gixy is a static configuration analyzer and security auditor for Nginx. It functions as an infrastructure-as-code security scanner and web server configuration linter designed to identify vulnerabilities and misconfigurations in server definitions before deployment. The tool focuses on detecting high-risk security flaws, including host header spoofing, server-side request forgery, and path traversal. It specifically audits Nginx configurations for risks such as HTTP splitting, multiline header issues, and unauthorized third-party access resulting from incorrect Referer or Origin header patter

    Analyzes Nginx configurations to prevent misconfigurations.

    Python
    Voir sur GitHub↗8,570
  • tfsec/tfsecAvatar de tfsec

    tfsec/tfsec

    7,013Voir sur GitHub↗

    tfsec is a static analysis tool and security scanner for infrastructure as code, specifically designed to detect misconfigurations and compliance violations in Terraform and cloud infrastructure definitions before deployment. It functions as a cloud security policy engine that identifies vulnerabilities across multiple cloud platforms. The tool provides capabilities for cloud compliance auditing and scanning of Cloud Development Kit code. It supports custom security policy enforcement and allows for the definition of organization-specific security requirements. The scanner includes features

    Static analysis for Terraform to prevent cloud misconfigurations.

    Go
    Voir sur GitHub↗7,013
  • google/bloatyAvatar de google

    google/bloaty

    5,488Voir sur GitHub↗

    Bloaty est un profileur de taille binaire et un analyseur de format exécutable qui attribue chaque octet d'un binaire à des symboles ou des unités de compilation spécifiques. Il fonctionne comme un profileur d'unité de compilation et un démangleur de symboles C++, mappant la taille binaire vers les fichiers sources et traduisant les noms mangled en formats lisibles par l'humain. Le projet se distingue comme un outil de diff binaire capable de comparer deux versions d'un binaire pour isoler des symboles ou des sections spécifiques responsables de régressions de taille. Il fournit une prise en charge spécialisée pour récupérer les symboles dans les binaires stripés en les associant à des fichiers de débogage externes utilisant des identifiants de build. L'outil fournit une analyse binaire complète pour les formats ELF, Mach-O, PE/COFF et WebAssembly. Ses capacités incluent l'analyse des sections de l'éditeur de liens, des segments mémoire et des archives de bibliothèques statiques, ainsi que l'identification de l'espace consommé par les fonctions inlinées. Les utilisateurs peuvent isoler davantage les données en utilisant le filtrage par expression régulière et exporter les résultats de profilage dans des formats CSV ou TSV.

    Profiles binary size to identify bloat.

    C++
    Voir sur GitHub↗5,488
  • stackrox/kube-linterAvatar de stackrox

    stackrox/kube-linter

    3,471Voir sur GitHub↗

    KubeLinter is a static analysis tool that checks Kubernetes YAML files and Helm charts to ensure the applications represented in them adhere to best practices.

    Checks Kubernetes YAML and Helm charts for best practices.

    Go
    Voir sur GitHub↗3,471
  • goodwithtech/dockleAvatar de goodwithtech

    goodwithtech/dockle

    3,264Voir sur GitHub↗

    Container Image Linter for Security, Helping build the Best-Practice Docker Image, Easy to start

    Linter for Docker images to ensure security best practices.

    Go
    Voir sur GitHub↗3,264
  • yannh/kubeconformAvatar de yannh

    yannh/kubeconform

    3,070Voir sur GitHub↗

    A FAST Kubernetes manifests validator, with support for Custom Resources!

    Fast validator for Kubernetes manifests.

    Go
    Voir sur GitHub↗3,070
  • awslabs/cfn-python-lintAvatar de awslabs

    awslabs/cfn-python-lint

    2,624Voir sur GitHub↗

    CloudFormation Linter

    Linter for AWS CloudFormation templates.

    Python
    Voir sur GitHub↗2,624
  • helm/chart-testingAvatar de helm

    helm/chart-testing

    1,632Voir sur GitHub↗

    CLI tool for linting and testing Helm charts

    Tests and lints Helm charts for pull requests.

    Go
    Voir sur GitHub↗1,632
  • rustwasm/twiggyAvatar de rustwasm

    rustwasm/twiggy

    1,429Voir sur GitHub↗

    Twiggy🌱 is a code size profiler

    Profiles call graphs to optimize WebAssembly binary size.

    Rust
    Voir sur GitHub↗1,429
  • aws-cloudformation/cloudformation-guardAvatar de aws-cloudformation

    aws-cloudformation/cloudformation-guard

    1,384Voir sur GitHub↗

    Guard offers a policy-as-code domain-specific language (DSL) to write rules and validate JSON- and YAML-formatted data such as CloudFormation Templates, K8s configurations, and Terraform JSON plans/configurations against those rules. Take this survey to provide feedback about cfn-guard: https://amazonmr.au1.qualtrics.com/jfe/form/SV_bpyzpfoYGGuuUl0

    Checks CloudFormation templates against policy-as-code rules.

    Rust
    Voir sur GitHub↗1,384
  • microsoft/binskimAvatar de Microsoft

    Microsoft/binskim

    855Voir sur GitHub↗

    A binary static analysis tool that provides security and correctness results for Windows Portable Executable and *nix ELF binary formats

    Analyzes Windows binaries for security and correctness issues.

    C#
    Voir sur GitHub↗855
  • ossillate-inc/packjAvatar de ossillate-inc

    ossillate-inc/packj

    688Voir sur GitHub↗

    Packj stops :zap: Solarwinds-, ESLint-, and PyTorch-like attacks by flagging malicious/vulnerable open-source dependencies ("weak links") in your software supply-chain

    Vets open-source packages for risky attributes and vulnerabilities.

    Python
    Voir sur GitHub↗688
  • digitalocean/clusterlintAvatar de digitalocean

    digitalocean/clusterlint

    591Voir sur GitHub↗

    A best practices checker for Kubernetes clusters. 🤠

    Queries live Kubernetes clusters for resource checks.

    Go
    Voir sur GitHub↗591
  • horsicq/nauz-file-detectorAvatar de horsicq

    horsicq/Nauz-File-Detector

    574Voir sur GitHub↗

    Linker/Compiler/Tool detector for Windows, Linux and MacOS.

    Detects linkers and compilers used in binaries.

    C++
    Voir sur GitHub↗574
  • jkinder/jakstabAvatar de jkinder

    jkinder/jakstab

    164Voir sur GitHub↗

    The Jakstab static analysis platform for binaries

    Abstract interpretation-based framework for binary analysis.

    Java
    Voir sur GitHub↗164
  • viglesiasce/kube-lintAvatar de viglesiasce

    viglesiasce/kube-lint

    156Voir sur GitHub↗

    A linter for Kubernetes resources with a customizable rule set

    Customizable linter for Kubernetes resources.

    Go
    Voir sur GitHub↗156
  • uswitch/klintAvatar de uswitch

    uswitch/klint

    42Voir sur GitHub↗

    A 'realtime' kubernetes resource linter

    Lints Kubernetes resources based on cluster changes.

    Go
    Voir sur GitHub↗42
Préc.12Suivant
  1. Home
  2. Part of an Awesome List
  3. DevOps & Infrastructure
  4. Infrastructure and Configuration