Skip to content

Robot Framework Library for OWASP Dependency Check

License

Notifications You must be signed in to change notification settings

we45/RoboDepCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoboDepCheck

Robot Framework Library for OWASP Dependency Check SCA Tool

Supports Python 2.7.x for now

Install Instructions

  • You need docker to run this program
  • Pull the OWASP Dependency Check docker image: docker pull owasp/dependency-check

Keywords

run depcheck against source

| run depcheck against source | source code path | results path | nvd db path

  • source code path: where your source code is located currently
  • results path: where your results will be stored. An .html file , .xml file and .json files are generated as outputs
  • nvd db path: where nvd db will be stored

About

Robot Framework Library for OWASP Dependency Check

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published