DEV Community

Discussion on: Escaping a transitive dependency nightmare with some help from Gradle

Collapse
 
prenagha profile image
Padraic Renaghan

Any pointers on good options for the CI dependency check job would be appreciated
And is there a Gradle plugin/task that can check Gradle dependencies against the CVE database?
Thanks for any pointers

Collapse
 
srujan_g profile image
Srujan

We use OWASP dependency-check in our CI pipeline. It's also available as a Gradle plugin and a standalone CLI tool.

owasp.org/www-project-dependency-c...