Expand description
Trivy vulnerability scanner output compression.
Trivy prefixes ISO-timestamped INFO logs and renders a large ASCII table
per target. We drop the logs and table chrome but KEEP the actionable
signal: each target header, its Total: N (LOW.. CRITICAL..) summary, and
every HIGH/CRITICAL row (library · CVE · severity · installed · fixed).
Lower-severity rows are counted into the Total but their detail is dropped
— an agent fixes the criticals first and the summary still reports the rest.