openscap-daemon icon indicating copy to clipboard operation
openscap-daemon copied to clipboard

Manages continuous scans of your infrastructure

Results 22 openscap-daemon issues
Sort by recently updated
recently updated
newest added

Currently we only support interactive task creation because that's where the daemon helps users. Non-interactive task_create is possible via the dbus API but not via the CLI tool.

help wanted

With multiple tasks scheduled, I regularly catch this error and the daemon stop to process scheduled scan. ``` Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib64/python3.6/threading.py", line...

I'm not seeing anything clear in the documentation for how to automate sending the reports from this daemon to SCAPtimony/Foreman OpenSCAP for central reporting. This would be a super handy...

Hello, I see in the readme that a cockpit integration was planned for a while now ? Is it still planned ? Or did you dropped the idea of doing...

As discussed [here](https://github.com/OpenSCAP/openscap-daemon/pull/144). I'm opening the issue so we can track the progress here.

This issue was originally created by @isimluk at the old repository called scap-client. Since it's valuable I have ported it to the new repository. Hello Martin, here is an idead:...

enhancement

Right now we let the raw exceptions bubble through. The daemon is exception safe and cleans up in case of errors but the reporting of the errors is more suitable...

help wanted

CVE scanning is now done as a task, the cve_scanner package is of no use. Let's remove it so that we don't have to maintain it any more.

We already provide a dbus API but some prospective users would strongly prefer a REST API. We should refactor the System and DBusDaemon classes so that we can run one...