Metadata-Version: 1.0
Name: RoboDepCheck
Version: 1.0
Summary: Robot Framework Library for OWASP DEPENDENCY CHECKER
Home-page: https://www.github.com/we45/RoboDepCheck
Author: we45
Author-email: info@we45.com
License: MIT
Description-Content-Type: text/markdown
Description: ## 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
Platform: UNKNOWN
