From 57a1022318b14b43e381773988552f645d182bf0 Mon Sep 17 00:00:00 2001 From: mehrdadbn9 <80095851+mehrdadbn9@users.noreply.github.com> Date: Mon, 16 Oct 2023 09:52:33 +0330 Subject: [PATCH] docs: Update container_image.md #5182 (#5193) Co-authored-by: Teppei Fukuda --- 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 c0afd1319ca0..c9fd3204fc32 100644 --- a/docs/docs/target/container_image.md +++ b/docs/docs/target/container_image.md @@ -171,13 +171,6 @@ See [here](../scanner/secret.md) for the detail. $ trivy image --image-config-scanners secret [YOUR_IMAGE_NAME] ``` -If you just want to scan the image config, you can disable scanners with `--scanners none`. -For example: - -```shell -$ trivy image --scanners none --image-config-scanners secret vuln-image -``` -
Result