Change security worker to use data interface

This commit is contained in:
Joseph Schorr 2017-06-28 14:50:52 +03:00
parent ec81148d73
commit 1ddb09ac11
7 changed files with 164 additions and 121 deletions

View file

@ -3,6 +3,6 @@
echo 'Starting security scanner worker'
cd /
venv/bin/python -m workers.securityworker 2>&1
venv/bin/python -m workers.securityworker.securityworker 2>&1
echo 'Security scanner worker exited'