Skip to content

Commit

Permalink
docs(k8s): replace --scanners config with --scanners misconfig in docs (
Browse files Browse the repository at this point in the history
  • Loading branch information
nika-pr committed Dec 7, 2023
1 parent eb97419 commit 01edbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/target/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Filter by scanners (Vulnerabilities, Secrets or Misconfigurations):
```
trivy k8s --scanners=secret --report=summary cluster
# or
trivy k8s --scanners=config --report=summary cluster
trivy k8s --scanners=misconfig --report=summary cluster
```

The supported output formats are `table`, which is the default, and `json`.
Expand Down

0 comments on commit 01edbda

Please sign in to comment.