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

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

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

4 个仓库

Awesome GitHub RepositoriesManifest Scanning

Static analysis of Kubernetes manifest files to ensure compliance with security best practices.

Distinct from Kubernetes Security: Distinct from Kubernetes Security: focuses specifically on the static analysis of manifest files rather than cluster monitoring or runtime security.

Explore 4 awesome GitHub repositories matching part of an awesome list · Manifest Scanning. Refine with filters or upvote what's useful.

Awesome Manifest Scanning GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • kubescape/kubescapekubescape 的头像

    kubescape/kubescape

    11,489在 GitHub 上查看↗

    Kubescape is a Kubernetes security posture management platform designed to scan clusters, manifests, and images for misconfigurations, vulnerabilities, and compliance risks. It functions as a comprehensive security suite incorporating a compliance scanner, a container image vulnerability scanner, an admission controller for policy enforcement, and a runtime security monitor. The platform distinguishes itself through runtime-aware vulnerability filtering, which maps libraries loaded in memory to determine if vulnerabilities are actually reachable. It also integrates with AI assistants via a Mo

    Statically analyzes Kubernetes manifest files to ensure compliance with security best practices before deployment.

    Gobest-practicedevopskubernetes
    在 GitHub 上查看↗11,489
  • bridgecrewio/checkovbridgecrewio 的头像

    bridgecrewio/checkov

    8,798在 GitHub 上查看↗

    Checkov is a static analysis tool and security scanner designed to identify misconfigurations in infrastructure as code, container images, and Kubernetes configurations. It functions as a cloud security posture tool, an SCA vulnerability scanner, and a secret scanning utility to prevent security breaches and version control leaks. The project distinguishes itself through deep graph analysis and variable resolution, allowing it to map relationships between interconnected resources and evaluate the final state of infrastructure attributes. It provides extensibility for defining custom security

    Evaluates Kubernetes configuration files against security best practices to identify non-compliant settings.

    Python
    在 GitHub 上查看↗8,798
  • snyk/clisnyk 的头像

    snyk/cli

    5,428在 GitHub 上查看↗

    The Snyk CLI is a command-line security scanner that detects known vulnerabilities across open-source dependencies, proprietary application code, container images, and infrastructure-as-code configuration files. It also serves as a platform management tool, allowing users to configure organizations, users, SSO, and reporting from the terminal rather than the web dashboard. The CLI integrates directly into development workflows, enabling scanning within IDEs, build pipelines, and version control systems. It implements static analysis with interfile data flow analysis to find complex security f

    Offers a configuration toggle to fetch large manifest files exceeding 1 MB for dependency analysis.

    TypeScriptmonitorsecuritysnyk
    在 GitHub 上查看↗5,428
  • doitintl/kube-no-troubledoitintl 的头像

    doitintl/kube-no-trouble

    3,676在 GitHub 上查看↗

    kube-no-trouble is a Kubernetes deprecated API scanner and cluster auditor designed to detect outdated API versions. It identifies resources that may cause failures during cluster upgrades by checking them against predefined rulesets of deprecated or removed versions. The tool operates across multiple environments, providing both live cluster auditing and static analysis of local YAML manifests. It further extends its detection capabilities to Helm releases, extracting metadata from deployed charts to pinpoint deprecated APIs within installations. Its broader capabilities include infrastruct

    Parses local files within a directory to find deprecated API versions without requiring a live cluster connection.

    Goclustergkehacktoberfest
    在 GitHub 上查看↗3,676
  1. Home
  2. Part of an Awesome List
  3. Security & Privacy
  4. Kubernetes Security
  5. Manifest Scanning

探索子标签

  • Large File Fetching ConfigurationsConfiguration option to fetch manifest files larger than 1 MB for dependency analysis. **Distinct from Manifest Scanning:** Distinct from Manifest Scanning: focuses on handling oversized manifest files, not general static analysis of Kubernetes manifests.