What would you like to be added:
Add JSON line output like grype <INPUT> -o jsonl
Why is this needed:
Tail the output of grype to other tools in real-time
Additional context:
This would allow pipes like:
grype <INPUT> -o jsonl | jq -r '.matches[].vulnerability.id | xargs -I {cve_id} ./cve-search.py {cve_id}
What would you like to be added:
Add JSON line output like
grype <INPUT> -o jsonlWhy is this needed:
Tail the output of grype to other tools in real-time
Additional context:
This would allow pipes like:
grype <INPUT> -o jsonl | jq -r '.matches[].vulnerability.id | xargs -I {cve_id} ./cve-search.py {cve_id}