Metadata-Version: 2.1
Name: RoboBandit
Version: 1.0
Summary: Robot Framework Library for Python's Bandit SAST Product
Home-page: https://www.github.com/we45/RoboBandit
Author: we45
Author-email: info@we45.com
License: MIT
Description: ## RoboBandit
        
        Robot Framework Library for Python's BAndit SAST Tool
        
        **Supports Python 2.7.x for now**
        
        ### Install Instructions
        * You need docker to run this program
        * Pull the brakeman docker image: `docker pull abhaybhargav/robobandit`
        * Install the RoboBandit Library with `pip install RoboBandit`
        * Create a `.robot` file that includes the keywords used by RoboBandit Library
        
        
        ### Keywords
        
        `run bandit against python source`
        
        `| run bandit against python source  | source code path  | results path`
        
        * source code path: where your ruby source code is located currently
        * results path: where your results will be stored. An `.json` file is generated as outputs
Platform: UNKNOWN
Description-Content-Type: text/markdown
