Skip to content

Docker Bandit SAST (Static Application Security Testing) for python projects and DevSecOps pipelines.

Notifications You must be signed in to change notification settings

adavarski/docker-bandit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Bandit SAST (Static Application Security Testing) for python projects and DevSecOps pipelines

Bandit

Bandit: SAST (Static Application Security Testing) for python projects

Docker-Bandit

Simple Bandit docker image/container to run static security tests on python project in stand-alone mode, ideal for integration into a DevSecOps pipelines:

Build

   docker build -t davarski/bandit -f Dockerfile .
   docker login
   docker push davarski/bandit

Use

    docker run -u root --rm -v YOUR_PYTHON_PROJECT_PATH:/app davarski/bandit bandit -r ./
    //help
    docker run -u root --rm -v YOUR_PYTHON_PROJECT_PATH:/app davarski/bandit bandit -h

Example DevSecOps J.Pipeline: Jenkinsfile

About

Docker Bandit SAST (Static Application Security Testing) for python projects and DevSecOps pipelines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published