https://github.com/erran/centos7_cis_benchmark
Chef cookbook to remediate misconfigurations mentioned by CIS policy
https://github.com/erran/centos7_cis_benchmark
Last synced: 8 months ago
JSON representation
Chef cookbook to remediate misconfigurations mentioned by CIS policy
- Host: GitHub
- URL: https://github.com/erran/centos7_cis_benchmark
- Owner: erran
- License: other
- Created: 2015-11-17T13:30:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-01T15:53:28.000Z (over 10 years ago)
- Last Synced: 2025-03-20T08:47:43.879Z (over 1 year ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# RedHat Enterprise Linux 7 CIS benchmarks
Begin vagrant by running `vagrant up`.
Install vagrant plugins using the following:
```sh
vagrant plugin install vagrant-berkshelf vagrant-omnibus
```