We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1f05e commit fc82057Copy full SHA for fc82057
docs/docs/kubernetes/cli/scanning.md
@@ -241,7 +241,7 @@ components under `kube-system` with commands:
241
242
```
243
$ trivy k8s cluster --report summary # full cluster scan
244
-$ trivy k8s all -n kube-system --report summary # scan all componetns under kube-system
+$ trivy k8s all -n kube-system --report summary # scan all components under kube-system
245
246
247
A table will be printed about misconfigurations found on kubernetes core components:
0 commit comments