Docker Image for Bandit Security Linter
Docker Image for Bandit Security Linter
This repository contains the, Docker File for PyCQA Bandit Security Linter.
Link: https://github.com/PyCQA/bandit
To build the images, all you need is the Docker client appropriate to your operating system.
docker build -t securitylinter-python3-bandit .
To run a linter on your project, you’ll first need to build the linter image and then, from your project root:
docker run -v `pwd`:/code tejaschandra/securitylinter-python3-bandit