blackducksoftware / hub-detect

This is now deprecated. Please see synopsys-detect.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failure BOM Tool

Timunas opened this issue · comments

Hi,

I'm trying to run hub-detect in my sbt project and although scans seem to be done with success the Overall Status is FAILURE_BOM_TOOL.

I see these lines being logged:

ERROR--- Sbt was unable to parse any dependencies from any resolution caches. WARN--- Unable to create an sbt project, no sbt modules were found. ERROR--- Unable to find any dependency information. ERROR--- Did not find any projects from SBT even though it applied.

Is this normal? What could be causing this issue?

After running in DEBUG mode found that the problem was that there weren't any ivy dependencies reports so after running sbt dependency-graph, those reports were generated.

And now is working