Skip to content

Commit e37ae73

Browse files
afdesksimar7
andauthored
Update docs/docs/target/kubernetes.md
Co-authored-by: simar7 <[email protected]>
1 parent c8bb90c commit e37ae73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/target/kubernetes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Kubernetes resource definition is scanned for:
2929
## Required roles
3030
To successfully scan a Kubernetes cluster, `trivy kubernetes` subcommand must be executed under a role that has some specific permissions.
3131

32-
Without `node collecor` (with flag `--disable-node-collector`) the role must have `list` verb for all resources ("*") inside next API groups: core (""), "apps", "batch","networking.k8s.io", "rbac.authorization.k8s.io":
32+
Without `node collector` (with flag `--disable-node-collector`) the role must have `list` verb for all resources ("*") inside next API groups: core (""), "apps", "batch","networking.k8s.io", "rbac.authorization.k8s.io":
3333
```yaml
3434
- apiGroups: [""]
3535
resources: ["*"]

0 commit comments

Comments
 (0)