Skip to content

Commit c673e25

Browse files
Arta AsadiArta Asadi
authored andcommitted
fix: add kubernetes plugin
1 parent 051f042 commit c673e25

File tree

1 file changed

+23
-20
lines changed

1 file changed

+23
-20
lines changed

plugins/kubernetes.yaml

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
1-
api-version: v1
1+
api_version: v1
22
type: plugin
3-
plugin:
4-
name: "kubernetes"
5-
version: "0.6.43"
6-
supported-platform-versions:
7-
- ">=2.0.0, <3.0.0"
8-
metadata:
9-
author: "clearcompass Engineering Team"
10-
contact: "[email protected]"
11-
published-date: "2025-04-25"
12-
description: "opensecurity plugin for discovering and analyzing Kubernetes resources."
13-
website: "https://clearcompass.so/"
14-
license: "Apache-2.0"
15-
components:
16-
platform-binary:
17-
uri: "https://github.com/opengovern/plugin-kubernetes/releases/download/v0.6.43/kubernetes-plugin.zip"
18-
path-in-archive: "integration-plugin"
19-
cloudql-binary:
20-
uri: "https://github.com/opengovern/plugin-kubernetes/releases/download/v0.6.43/kubernetes-plugin.zip"
21-
path-in-archive: "cloudql-plugin"
3+
name: "plugin-kubernetes"
4+
integration_type: "kubernetes"
5+
version: "1.2.0"
6+
supported_platform_versions:
7+
- ">=2.1.0, <3.0.0"
8+
- "~1.5.0"
9+
metadata:
10+
author: "clearcompass Engineering Team"
11+
contact: "[email protected]"
12+
published_date: "2025-04-27"
13+
license: "Apache-2.0"
14+
description: "Kubernetes Integration to opensecurity"
15+
website: "https://clearcompass.so"
16+
components:
17+
discovery:
18+
task_id: "kubernetes-plugin-describer"
19+
platform_binary:
20+
uri: "https://github.com/opengovern/plugin-kubernetes/releases/download/v0.6.37/kubernetes-plugin.zip"
21+
path_in_archive: "integration-plugin"
22+
cloudql_binary:
23+
uri: "https://github.com/opengovern/plugin-kubernetes/releases/download/v0.6.37/kubernetes-plugin.zip"
24+
path_in_archive: "cloudql-plugin"

0 commit comments

Comments
 (0)