Gabriel Becker

Results 124 comments of Gabriel Becker

> I did some testing on an M1 machine this build does open, but I can't seem to get it to scan anything. I was able to scan a machine...

It looks like this is only a deprecation warning that is being treated as an error: `cc1plus: all warnings being treated as errors` If you manage to switch how the...

Closing as done because we have already established the process for these macro replacements.

This rule [requires](https://github.com/ComplianceAsCode/content/blob/9e4df3d72d178c39bf9a4317a0ff48e926b9a679/linux_os/guide/system/auditing/service_auditd_enabled/rule.yml#L23) `package_audit_installed` to be selected as well. The OpenSCAP output is not clear on the interdependence between rules and this is something we have thought about and should...

OpenSCAP needs to have a full benchmark in order to process the results file. The generated xccdf-report only contains the `TestResult` information. I believe you can import this into the...

There is definitely something wrong with the XML parsing. But I was able to workaround the problem. The xccdf you provided is in a certain way `minified` and OpenSCAP doesn't...

We have recently added a piece of code in RHEL spec files that will re-enable the centos files in /usr/share/xml/scap/ssg/content/. Please check: https://git.centos.org/rpms/scap-security-guide/pull-request/1#comment-806

@farhanjohandy you can run `oscap` with `--oval-results` option so we can understand why the checks are failing.

If you can please upload the HTML report instead, it should be easier to detect as we can easily find the results for evaluated OVAL tests.

I've seen from the report that you have `scap-security-guide` package 0.1.54. There has been a new release in 8.4 this Monday and those rules have received some updates in the...