Skip to content

v0.5.0

Choose a tag to compare

@markusleh markusleh released this 04 Jan 11:24
· 271 commits to main since this release
7677e08

[0.5.0] - 2024-01-04

⚠️ This update includes important breaking changes to the docker-compose file. It is necessary to update your docker-compose.yml file to reflect the changes in this version.

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.yml

Added

  • 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 scanner2

Other scanners appear in a dropdown selector under new Options button when initiating a scan.
Screenshot 2024-01-04 at 13 29 16

It is also possible to configure some settings for multiple scanners in Settings --> General
Screenshot 2024-01-04 at 13 29 27

Fixed

  • Scanner will now output a warning if the authentication fails [commit]

Changed

  • ⚠ Removed use of migrations volume in docker-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