cis-benchmarks-audit icon indicating copy to clipboard operation
cis-benchmarks-audit copied to clipboard

Simple command line tool to check for compliance against CIS Benchmarks

Results 9 cis-benchmarks-audit issues
Sort by recently updated
recently updated
newest added

CIS released v1.0.0 guidelines for CentOS 8 on 2019-10-31

enhancement

``` [root@RED-HAT-8]# ./cis_audit.py --level 2 Traceback (most recent call last): File "./cis_audit.py", line 39, in from tests.integration import ( ModuleNotFoundError: No module named 'tests' ```

Hi, i found miss checking on 2.2.1.1 , 5.3.2 and 5.3.3 . i found solution for fix miss checking and i PR solution. Hope you can help, Thx

One of the forks of this project makes no other change than removing copyright/license information and replacing it with their own. https://github.com/daitoch/cis-benchmarks-audit/commit/15f6bb747341e6bbc3fa4dd9aa5bd74bd497934d

I have an issue with the result. When I execute to audit server, my result does not show the 'Score' values as in your example. ![image](https://user-images.githubusercontent.com/85722230/199430275-812a28c3-d539-4a9d-bd4e-41b4c9822fb9.png)

documentation

> Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, actions/setup-python, codecov/codecov-action, actions/setup-python, actions/checkout The CI Tests workflow https://github.com/finalduty/cis-benchmarks-audit/blob/devel/.github/workflows/ci-tests.yaml...

@finalduty Is there any chance that Centos 9 or Amazon Linux 2023 hosts will be supported in the future? I know this would be quite an ask but the benchmarking...

Hi. Do you think it would be possible to create SCAP / OVAL profiles for this so that they can be used directly by the OpenSCAP tool? The ComplianceAsCode repo...