Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 769 Bytes

kubebench.md

File metadata and controls

27 lines (23 loc) · 769 Bytes
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
security
amd64
hide-from-sidebar
packs
kube-bench
security

Terraform

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
}