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 ...