Only ever run one scan at the same time

Also use a logging library
This commit is contained in:
2020-11-10 20:14:43 +01:00
parent e8afa72dfb
commit 28c9f61569
9 changed files with 155 additions and 72 deletions

View File

@ -12,3 +12,7 @@ lookbuilding.mode = semver_major
lookbuilding.mode = semver_minor
lookbuilding.mode = semver_patch
```
#### Environment variables:
- `LOOKBUILDING_ADDR` - set the http bind address, default "0.0.0.0:8000"