-
Dear community I am new to this great emba tool. I understand that this tool will generate a whole set of nice HTML scan report, and also can generate JSON SBOMs. I am wondering if the tool can generate the scan report in JSON instead of HTML ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Hi James, you already got the main logging mechanisms:
We already thought about JSON format but currently we have not enough resources to handle this. The next step should be to finish the csv logging mechanism in every module. Afterwards, we have all data from every module collected and it will be quite simple to also implement some log_json functionality. As usual you are welcome to contribute :) Best, |
Beta Was this translation helpful? Give feedback.
As mentioned before I would not recommend parsing the text output. Instead I would recommend to check the modules cve-output mechanism and add the same for json. I have implemented this for the S12 module here Please check it and give feedback.