docs: fix usage of image-config-scanners (#6635)

This commit is contained in:
Nikita Pivkin
2024-05-06 13:58:16 +06:00
committed by GitHub
parent 290462be6f
commit 2482aa74f8

View File

@@ -107,7 +107,7 @@ The image config is converted into Dockerfile and Trivy handles it as Dockerfile
See [here](../scanner/misconfiguration/index.md) for the detail of Dockerfile scanning.
It is disabled by default.
You can enable it with `--image-config-scanners config`.
You can enable it with `--image-config-scanners misconfig`.
```
$ trivy image --image-config-scanners misconfig [YOUR_IMAGE_NAME]