#!/bin/sh
# Run bandit static analysis checks
#
# Must be run from SpiderFoot root directory; ie:
# ./test/bandit

python3 -m bandit *.py spiderfoot/* modules/*.py
