dep-scan
dep-scan copied to clipboard
Scanning multiproject in java Spring boot
I'm trying to scan a java multiproject. But I doesn't obtain a result. I'm using a simple command: depscan --src $PWD --report_file $PWD/reports/depscan.json. How can I scan this kind of project? I have three build.gradle files, one of them in root of folder, and the others inside specific project folder.
@asjrosabal Any luck with the recursive flag -r
?
cdxgen -r -t java ...