mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-08-15 23:50:32 +02:00
Add files via upload
This commit is contained in:
+5
-12
@@ -1,24 +1,21 @@
|
||||
name: "kube-bench"
|
||||
command: "kube-bench"
|
||||
enabled: true
|
||||
|
||||
short_description: "CIS Kubernetes基准检查工具"
|
||||
|
||||
description: |
|
||||
Kube-bench是一个CIS Kubernetes基准检查工具,用于检查Kubernetes集群是否符合CIS基准。
|
||||
|
||||
|
||||
**主要功能:**
|
||||
- CIS基准检查
|
||||
- 多种目标支持(master, node, etcd, policies)
|
||||
- 详细报告
|
||||
- 配置验证
|
||||
|
||||
|
||||
**使用场景:**
|
||||
- Kubernetes合规性检查
|
||||
- 安全配置审计
|
||||
- CIS基准验证
|
||||
- 安全评估
|
||||
|
||||
parameters:
|
||||
- name: "targets"
|
||||
type: "string"
|
||||
@@ -26,21 +23,18 @@ parameters:
|
||||
required: false
|
||||
flag: "--targets"
|
||||
format: "flag"
|
||||
|
||||
- name: "version"
|
||||
type: "string"
|
||||
description: "Kubernetes版本"
|
||||
required: false
|
||||
flag: "--version"
|
||||
format: "flag"
|
||||
|
||||
- name: "config_dir"
|
||||
type: "string"
|
||||
description: "配置目录"
|
||||
required: false
|
||||
flag: "--config-dir"
|
||||
format: "flag"
|
||||
|
||||
- name: "output_format"
|
||||
type: "string"
|
||||
description: "输出格式(json, yaml)"
|
||||
@@ -48,18 +42,17 @@ parameters:
|
||||
flag: "--output"
|
||||
format: "flag"
|
||||
default: "json"
|
||||
|
||||
- name: "additional_args"
|
||||
type: "string"
|
||||
description: |
|
||||
额外的kube-bench参数。用于传递未在参数列表中定义的kube-bench选项。
|
||||
|
||||
|
||||
**示例值:**
|
||||
- 根据工具特性添加常用参数示例
|
||||
|
||||
|
||||
**注意事项:**
|
||||
- 多个参数用空格分隔
|
||||
- 确保参数格式正确,避免命令注入
|
||||
- 此参数会直接追加到命令末尾
|
||||
required: false
|
||||
format: "positional"
|
||||
format: "positional"
|
||||
|
||||
Reference in New Issue
Block a user