awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to viglesiasce/kube-lint

Open-source alternatives to Kube Lint

22 open-source projects similar to viglesiasce/kube-lint, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Kube Lint alternative.

  • uswitch/klintuswitch 的头像

    uswitch/klint

    42在 GitHub 上查看↗

    A 'realtime' kubernetes resource linter

    Go
    在 GitHub 上查看↗42
  • helm/chart-testinghelm 的头像

    helm/chart-testing

    1,632在 GitHub 上查看↗

    CLI tool for linting and testing Helm charts

    Go
    在 GitHub 上查看↗1,632
  • stackrox/kube-linterstackrox 的头像

    stackrox/kube-linter

    3,471在 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.

    Go
    在 GitHub 上查看↗3,471
  • digitalocean/clusterlintdigitalocean 的头像

    digitalocean/clusterlint

    591在 GitHub 上查看↗

    A best practices checker for Kubernetes clusters. 🤠

    Go
    在 GitHub 上查看↗591
  • yannh/kubeconformyannh 的头像

    yannh/kubeconform

    3,070在 GitHub 上查看↗

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

    Go
    在 GitHub 上查看↗3,070
  • goodwithtech/docklegoodwithtech 的头像

    goodwithtech/dockle

    3,264在 GitHub 上查看↗

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

    Go
    在 GitHub 上查看↗3,264

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • google/bloatygoogle 的头像

    google/bloaty

    5,488在 GitHub 上查看↗

    Bloaty is a binary size profiler and executable format analyzer that attributes every byte of a binary to specific symbols or compile units. It functions as a compilation unit profiler and C++ symbol demangler, mapping binary size back to source files and translating mangled names into human-readable formats. The project distinguishes itself as a binary diffing tool capable of comparing two versions of a binary to isolate specific symbols or sections responsible for size regressions. It provides specialized support for recovering symbols in stripped binaries by associating them with external

    C++
    在 GitHub 上查看↗5,488
  • horsicq/nauz-file-detectorhorsicq 的头像

    horsicq/Nauz-File-Detector

    574在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗574
  • jkinder/jakstabjkinder 的头像

    jkinder/jakstab

    164在 GitHub 上查看↗

    The Jakstab static analysis platform for binaries

    Java
    在 GitHub 上查看↗164
  • anchore/grypeanchore 的头像

    anchore/grype

    12,423在 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
    在 GitHub 上查看↗12,423
  • microsoft/binskimMicrosoft 的头像

    Microsoft/binskim

    855在 GitHub 上查看↗

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

    C#
    在 GitHub 上查看↗855
  • ossillate-inc/packjossillate-inc 的头像

    ossillate-inc/packj

    688在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗688
  • rustwasm/twiggyrustwasm 的头像

    rustwasm/twiggy

    1,429在 GitHub 上查看↗

    Twiggy🌱 is a code size profiler

    Rust
    在 GitHub 上查看↗1,429
  • tfsec/tfsectfsec 的头像

    tfsec/tfsec

    7,013在 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

    Go
    在 GitHub 上查看↗7,013
  • voxpupuli/metadata-json-lintvoxpupuli 的头像

    voxpupuli/metadata-json-lint

    31在 GitHub 上查看↗

    Tool to check the validity of Puppet metadata.json files

    Ruby
    在 GitHub 上查看↗31
  • wata727/tflintwata727 的头像

    wata727/tflint

    0在 GitHub 上查看↗

    A Pluggable Terraform Linter

    在 GitHub 上查看↗0
  • yandex/gixyyandex 的头像

    yandex/gixy

    8,570在 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

    Python
    在 GitHub 上查看↗8,570
  • lukasmartinelli/hadolintlukasmartinelli 的头像

    lukasmartinelli/hadolint

    12,225在 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

    Haskell
    在 GitHub 上查看↗12,225
  • aws-cloudformation/cloudformation-guardaws-cloudformation 的头像

    aws-cloudformation/cloudformation-guard

    1,384在 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

    Rust
    在 GitHub 上查看↗1,384
  • awslabs/cfn-python-lintawslabs 的头像

    awslabs/cfn-python-lint

    2,624在 GitHub 上查看↗

    CloudFormation Linter

    Python
    在 GitHub 上查看↗2,624
  • cesar-rodriguez/terrascancesar-rodriguez 的头像

    cesar-rodriguez/terrascan

    3在 GitHub 上查看↗

    Detect compliance and security violations across Infrastructure as Code to mitigate risk before provisioning cloud native infrastructure.

    在 GitHub 上查看↗3
  • coreos/claircoreos 的头像

    coreos/clair

    11,011在 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

    Go
    在 GitHub 上查看↗11,011