Can we get vuln-type filtering for licenses as well? #4991
mastacheata
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
Thanks for your idea. It makes sense. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Hey there,
it would be great if the license scanner results could be filtered by type before outputting them.
I think the vuln-type filter would be especially useful to filter out OS packages.
The typical use case for trivy is not people building new Linux distributions and sharing them publicly, but people building and sharing applications that just so happen to run on a Linux system. In the later case, the operating system packages being GPL licensed is of no concern at all, but a library-type dependency with a viral license is extremely important to consider.
So far, the only option around that is to filter the results by specifying a custom template or filtering the json or text outputs using third party tools.
Thanks for considering this.
Target
Container Image
Scanner
License
Beta Was this translation helpful? Give feedback.
All reactions