You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
The image-scanner and openscap-daemon projects merged together and due to time constraints we have made some compromises.
One of them is the existence of applicationconfiguration next to config.Configuration. The code should be refactored to only use the latter. The hard work of removing the singleton has already been done by @baude in #13. The next step is passing self.system.config in the dbus_daemon class instead of letting the cve_scanner.Worker construct the applicationconfiguration instance.
The text was updated successfully, but these errors were encountered:
The
image-scanner
andopenscap-daemon
projects merged together and due to time constraints we have made some compromises.One of them is the existence of
applicationconfiguration
next toconfig.Configuration
. The code should be refactored to only use the latter. The hard work of removing the singleton has already been done by @baude in #13. The next step is passingself.system.config
in the dbus_daemon class instead of letting thecve_scanner.Worker
construct theapplicationconfiguration
instance.The text was updated successfully, but these errors were encountered: