Skip to content

Commit

Permalink
Add support to run bandit as python -m bandit
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfpessoa authored and ericwb committed Aug 10, 2018
1 parent a39b408 commit 4aa819d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bandit/__main__.py
@@ -0,0 +1,3 @@
#!/usr/bin/env python
from bandit.cli import main
main.main()

0 comments on commit 4aa819d

Please sign in to comment.