-
Notifications
You must be signed in to change notification settings - Fork 5
/
mod.pp
20 lines (19 loc) · 939 Bytes
/
mod.pp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
mod "kubernetes_compliance" {
# Hub metadata
title = "Kubernetes Compliance"
description = "Run individual controls or full compliance benchmarks for CIS, NSA CISA Kubernetes Hardening Guidance across all of your Kubernetes clusters using Powerpipe and Steampipe."
color = "#0089D6"
documentation = file("./docs/index.md")
icon = "/images/mods/turbot/kubernetes-compliance.svg"
categories = ["kubernetes", "compliance", "iac", "software development", "security"]
opengraph {
title = "Powerpipe Mod for Kubernetes Compliance"
description = "Run individual controls or full compliance benchmarks for CIS, NSA CISA Kubernetes Hardening Guidance across all of your Kubernetes clusters using Powerpipe and Steampipe."
image = "/images/mods/turbot/kubernetes-compliance-social-graphic.png"
}
requires {
plugin "kubernetes" {
min_version = "0.23.0"
}
}
}