Which dependency check to use? #2267
-
We use two tools that check our dependencies for vulnerabilities: On the one hand, there is the OWASP Dependency-Check that we use as a maven plugin during the check lifecycle phase. On the other hand, we have a GitHub Action using Google's OSV scanner for all our dependency systems (Maven, NPM, pip). The OWASP Dependency-Check has recently released a new major release ( Therefore, I'd like to discuss how we want to proceed here. In my mind, I have the following options:
What do you think? Are there any other options/ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @bossenti, |
Beta Was this translation helpful? Give feedback.
+1 for removing the dependency check plugin and having a single scanner for all ecosystems