From 5da053f3027593c1c6e2d9a8cee9f3dbe90b0e59 Mon Sep 17 00:00:00 2001 From: Teppei Fukuda Date: Sat, 27 Apr 2024 11:08:47 +0400 Subject: [PATCH] docs: mention `--show-suppressed` is available in table (#6571) Signed-off-by: knqyf263 --- docs/docs/configuration/filtering.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/configuration/filtering.md b/docs/docs/configuration/filtering.md index 75e880af4f49..965c2873c25e 100644 --- a/docs/docs/configuration/filtering.md +++ b/docs/docs/configuration/filtering.md @@ -237,6 +237,9 @@ You can filter the results by To show the suppressed results, use the `--show-suppressed` flag. +!!! note + This flag is currently available only in the table format. + ```bash $ trivy image --vex debian11.csaf.vex --ignorefile .trivyignore.yaml --show-suppressed debian:11 ...