Skip to content

Introduce the sbt bom parser

What does this MR do?

The goal is to use sbt makeSbom instead of sbt dependencyDot for sbt projects with versions >= 1.1. For that purpose we add a new parser that can parse the generated report of sbt makeSbom command. The generated report is in XML format and an example can be seen in the fixtures added.

MR Stack

What are the relevant issue numbers?

Gemnasium fails when running sbt dependencyDot:... (gitlab-org/gitlab#390287 - closed)

Does this MR meet the acceptance criteria?

Edited by Oscar Tovar

Merge request reports