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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file RoboBandit-1.2.tar.gz
.
File metadata
- Download URL: RoboBandit-1.2.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c835e8ebef655f07c2228a214b35f36f3ea2346ee4caf7b069028e98c3ea6a94 |
|
MD5 | 697053afb336274d88ae84f965a19027 |
|
BLAKE2b-256 | 6e32af367f31197c92b8024a49af4df3ae223aa31fc4173ed604ec3cc4f33df1 |