v0.5.0
[0.5.0] - 2024-01-04
You can run the following command to compare your docker-compose.yml file with the latest version:
git diff main:docker-compose.yml docker-compose.ymlAdded
- It is now possible to configure multiple scanners to communicate with the main Webhood backend. This is useful for example when you want to run multiple scanners in different locations.
docker compose run backend create_scanner -u scanner2
docker compose run backend create_scanner_token -u scanner2Other scanners appear in a dropdown selector under new Options button when initiating a scan.

It is also possible to configure some settings for multiple scanners in Settings --> General

Fixed
- Scanner will now output a warning if the authentication fails [commit]
Changed
- ⚠ Removed use of
migrationsvolume indocker-compose.yml. This volume is not needed as the migrations directory is updated in the backend image. [commit] - Minor changes to UI to make it more consistent [commit]
Full Changelog: v0.4.0...v0.5.0