From 00f2059e5d7bc2ca2e3e8b1562bdfede1ed570e3 Mon Sep 17 00:00:00 2001 From: Nikita Pivkin Date: Tue, 17 Oct 2023 09:34:30 +0700 Subject: [PATCH] docs: remove --scanners none (#5384) --- docs/docs/target/container_image.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/docs/target/container_image.md b/docs/docs/target/container_image.md index c9fd3204fc3..6b9556b8d5c 100644 --- a/docs/docs/target/container_image.md +++ b/docs/docs/target/container_image.md @@ -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 -``` -
Result