Skip to content

Commit

Permalink
docs: remove --scanners none (#5384)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpivkin committed Oct 17, 2023
1 parent 57a1022 commit 00f2059
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/docs/target/container_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,6 @@ You can enable it with `--image-config-scanners config`.
$ trivy image --image-config-scanners config [YOUR_IMAGE_NAME]
```

If you just want to scan the image config, you can disable scanners with `--scanners none`.
For example:

```
$ trivy image --scanners none --image-config-scanners config alpine:3.17.0
```

<details>
<summary>Result</summary>

Expand Down

0 comments on commit 00f2059

Please sign in to comment.