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

Some parts of the daemon are harmless and we don't have to require `root` permissions to access it -- for example the CVE scan. Some parts are more or less...

enhancement
help wanted

Version: 0.1.10 OS: CentOS 7.5 1. call `oscapd-cli task` 2. call `oscapd-cli task 1 disable` The second command will fail with: ``` Traceback (most recent call last): File "/usr/bin/oscapd-cli", line...

Getting the following error when trying to save report to a file. Note that running the report without redirecting the output to a file works. `# oscapd-cli result 1 1...

bug

The test would take the working copy, tarball it and install it in a VM or container. Then something like to following would be run: ``` python setup.py install oscapd-cli...

Hi. I am on RHEL 7. I did: 1) yum install -y docker 2) yum install -y atomic Docker is running: systemctl enable docker , systemctl start docker Then I...

We want that Atomic scan stdout is similar to stdout are produced by `oscap xccdf eval`, we would like to add XCCDF IDs and CCEs there, and maybe something more....

The oscapd-evalaute scan tracebacks when it tries to read scan results, that looks like too late. I would expect to terminate with a nice error message and don't attempt to...

I think that following output is horribly confusing, because in this case neither CVE scan nor Standard compliance scan was performed. ``` [root@thinkpad ~]# oscapd-evaluate scan --no-cve-scan --no-standard-compliance --output output/...

Hi, when I accidentally tried to get results of a task that does not exist on my system (and never existed), I got a beautiful error with a lovely traceback,...

enhancement

When remediating containers for configuration compliance, the output of scan vs. remediation is inconsistent: ``` # atomic scan --remediate --scan_type configuration_compliance --scanner_args \ profile=xccdf_org.ssgproject.content_profile_stig-rhel7-disa \ registry.access.redhat.com/rhel7:latest ............. Configure Time Service...