Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
trivy-plugin-kubectl — 一个 Trivy 插件,用于扫描 Kubernetes 资源的镜像 | Kitploit
工具/GitHubGitHub/aquasecurity/trivy-plugin-kubectl
漏洞扫描器容器安全云安全DevSecOps
GitHubaquasecurity/trivy-plugin-kubectl

trivy-plugin-kubectl

一个 Trivy 插件,用于扫描 Kubernetes 资源的镜像

查看仓库
25922年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

trivy-plugin-kubectl

一个用于扫描 Kubernetes 资源镜像的 Trivy 插件

安装

root@kitploit:~
$ trivy plugin install github.com/aquasecurity/trivy-plugin-kubectl
$ trivy kubectl -h
Usage: trivy kubectl [-h,--help] TYPE NAME [TRIVY OPTION]
 A Trivy plugin that scans the images of a kubernetes resource.

Options:
  -h, --help    Show usage.

Examples:
  # Scan a Pod
  trivy kubectl pod mypod

  # Scan a Deployment
  trivy kubectl deployment mydeployment -n mynamespace

  # Scan a Job and filter by severity
  trivy kubectl job myjob -n mynamespace -- --severity CRITICAL

用法

Trivy 的选项需要在 -- 之后传递。

root@kitploit:~
# Scan a Pod
$ trivy kubectl pod mypod

# Scan a Deployment
$ trivy kubectl deployment mydeployment -n mynamespace

# Scan a Job and filter by severity
$ trivy kubectl job myjob -n mynamespace -- --severity CRITICAL
下载工具