Grype on-screen vulnerability count differs from the text file output count

Why is the grype on-screen vulnerability count different from the text file output count. For example, when I scanned my code the on-screen output said “Scanned for vulnerabilities [11 vulnerability matches] “ However, the “-o table” text file only listed 5 vulnerabilities.

Command line used: grype sbom:_syftjson.json -o table > GrypeOut_20250716.txt

Grype version: 0.95.0

Hi @BarryD,

The table view deduplicates rows. If you have any examples to reproduce the behavior, it may be easier to understand exactly what’s going on.