sidebar_label | title | description | hide_table_of_contents | type | category | sidebar_class_name | logoUrl | tags | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
kube-bench |
kube-bench |
kube-bench security pack in Spectro Cloud |
true |
integration |
|
hide-from-sidebar |
|
You can reference the Kube-bench pack in Terraform with the following data resource.
data "spectrocloud_registry" "public_registry" {
name = "Public Repo"
}
data "spectrocloud_pack" "kubebench" {
name = "kubebench"
version = "1.16.7"
registry_uid = data.spectrocloud_registry.public_registry.id
}