dep-scan icon indicating copy to clipboard operation
dep-scan copied to clipboard

Scanning multiproject in java Spring boot

Open asjrosabal opened this issue 3 years ago • 1 comments

Captura de Pantalla 2021-12-21 a la(s) 16 03 02 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. Captura de Pantalla 2021-12-21 a la(s) 16 05 26

asjrosabal avatar Dec 21 '21 20:12 asjrosabal

@asjrosabal Any luck with the recursive flag -r?

cdxgen -r -t java ...

prabhu avatar Jan 11 '22 11:01 prabhu