Hi,
I am using the community containers with the docker compose file from the official documentation (FEED_RELEASE: 24.10) and while it was working fine for a while the scan suddenly stopped working giving empty reports. Checking the logs from the containers I could only find the following warning being logged by openvasd:
openvasd-1 | 2026-07-12T16:33:49.841494Z WARN openvasd::vts::orchestrator: Unable to check feed error=Bad signature: Unable to check signature /var/lib/openvas/plugins/sha256sums.asc: No such file or directory (os error 2).
I checked inside the container and that’s right there is no such file, the directory structure is there but no files in it. This warning pops up every hour.
What is going wrong here? and how can I fix this?