Skip to content

Instantly share code, notes, and snippets.

@lichti
Created September 11, 2018 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lichti/6dccc2b32e3d20b48699b535741585e8 to your computer and use it in GitHub Desktop.
Save lichti/6dccc2b32e3d20b48699b535741585e8 to your computer and use it in GitHub Desktop.
Python Bandit Howto SAST
git clone xxxx
cd xxxx
virtualenv .venv
source .venv/bin/activate
pip install bandit
bandit -r ./src -f html -o output.html -x /tests -v -ll -lll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment