open-telemetry / sig-security

Apache License 2.0
7 stars 9 forks source link

Output a valid JSON array for CVE feed #41

Closed martinkuba closed 9 months ago

martinkuba commented 9 months ago

The generated JSON right now has lines of separate JSON objects: each line can be parsed as a separate JSON, but not all of them together. This changes the output to a single JSON array, which makes parsing the file easier.