Skip to main content

Robot Framework Library for Python's Bandit SAST Product and PyUP Safety SCA Scanner for Python

Project description

RoboBandit

Robot Framework Library for Python's Bandit SAST Tool and PyUP's Safety SCA 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

run safety against python source

| run safety against python source | source code path | results path

please note that the requirements.txt file needs to be at the top level directory of /src

  • 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

RoboBandit-1.2.tar.gz (1.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page