Commit 5a9ea29e authored by Jérome Perrin's avatar Jérome Perrin

TODO: add link to cyclonedx specifications in TODO for json

parent 87b587eb
......@@ -249,6 +249,7 @@ def main():
# print retrieved BOM grouped by kind
# TODO also consider emitting machine-readable format, e.g. json if run with --json
# TODO for json, consider schema from https://cyclonedx.org/specification/overview/
kinds = set()
for info in bom.values():
kinds.add(info.kind)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment