Skip to content

Commit

Permalink
docs: fix usage of image-config-scanners (#6635)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpivkin committed May 6, 2024
1 parent 290462b commit 2482aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/target/container_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 2482aa7

Please sign in to comment.