DependencyCheck icon indicating copy to clipboard operation
DependencyCheck copied to clipboard

No output, miss usage ?

Open HumanG33k opened this issue 5 months ago • 3 comments

i currently have done a small script to start my scan but i currently have 0 real output/start.

bash myscript.sh
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true
OpenJDK 64-Bit Server VM warning: Option -Xdebug was deprecated in JDK 22 and will likely be removed in a future release.
OpenJDK 64-Bit Server VM warning: Option -Xnoagent was deprecated in JDK 22 and will likely be removed in a future release.
Listening for transport dt_socket at address: 8000

the myscript.sh content :

bash /home/user/dependency-check/bin/dependency-check.sh \
  --nvdApiKey  ${key} \
  --format HTML \
  --format GITLAB \
  --failOnCVSS 3 \
  --out /home/user/project/reports/dependency-check/ \
  --project project \
  --scan /home/user/project/sources \
  --debug \
  --log /home/user/project/reports/dependencies.log

Nothing happen and no log files.

HumanG33k avatar Feb 07 '24 16:02 HumanG33k