dependency-check / dependency-check-gradle

The dependency-check gradle plugin is a Software Composition Analysis (SCA) tool that allows projects to monitor dependent libraries for known, published vulnerabilities.
http://jeremylong.github.io/DependencyCheck/
Apache License 2.0
361 stars 93 forks source link

Yarn and Node issue in Kotlin project #329

Closed Maddin-M closed 1 month ago

Maddin-M commented 1 year ago

Similar to https://github.com/dependency-check/dependency-check-gradle/issues/279, i have the issue of the plugin not working due to a missing yarn installation.

I'm using 8.1.2 in a multi-module project, and followed the steps in the Readme.

Thank you!