jenkins-infra / crawler

tools crawler
26 stars 65 forks source link

Adding OWASP Dependency-Check #83

Closed stevespringett closed 5 years ago

stevespringett commented 5 years ago

This crawler will be used by an updated version of this plugin: https://plugins.jenkins.io/dependency-check-jenkins-plugin

It's part of this overall project: https://www.owasp.org/index.php/OWASP_Dependency_Check

daniel-beck commented 5 years ago

@stevespringett Could you link to the unreleased plugin changes that would make use of this? Thanks!

stevespringett commented 5 years ago

Here are the two classes that I think I need (outside of the builder itself) that will use the tool installation. The ToolBuilder class is also checked in, but incomplete.

src/main/java/org/jenkinsci/plugins/DependencyCheck/tools/DependencyCheckInstallation.java

src/main/java/org/jenkinsci/plugins/DependencyCheck/tools/DependencyCheckInstaller.java

stevespringett commented 5 years ago

@daniel-beck any update of this?