trivy icon indicating copy to clipboard operation
trivy copied to clipboard

Enable `--show-suppressed` in JSON format

Open knqyf263 opened this issue 5 months ago • 0 comments

Description

--show-suppressed is currently available with the table format as documented. This is because this feature is still an experimental feature, and we don't want to encourage users to use the field in JSON. It makes it difficult to change the field schema in the future.

However, we found that some users still want to use it, so we output it in the JSON report with an explicit statement that it is subject to change in the future. Specifically, the field name “ExperimentalModifiedFindings” is used to clarify that this is experimental.

Discussed in https://github.com/aquasecurity/trivy/discussions/6479

knqyf263 avatar Aug 26 '24 00:08 knqyf263