1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2025-05-29 04:08:49 +00:00

Removing some unwanted changes

This commit is contained in:
Carter Williamson 2025-03-18 13:18:51 -07:00
parent 5cff2b0a4b
commit b6304d41ff
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ import (
"github.com/golang/glog"
)
// NodeType indicates the type of node (master, node, federated, etcd, controlplane, policies, managedservices).
// NodeType indicates the type of node (master, node).
type NodeType string
// State is the state of a control check.

View File

@ -57,7 +57,7 @@ the `controls` components have an id and a text description which are displayed
in the `kube-bench` output.
`type` specifies what kubernetes node type a `controls` is for. Possible values
for `type` are `[master, node, federated, etcd, controlplane, policies, managedservices]`.
for `type` are `master` and `node`.
## Groups