https://github.com/cloudogu/cis-ubuntu-20.04
CIS Benchmark for Ubuntu 20.04 with bats scripts
https://github.com/cloudogu/cis-ubuntu-20.04
Last synced: about 1 year ago
JSON representation
CIS Benchmark for Ubuntu 20.04 with bats scripts
- Host: GitHub
- URL: https://github.com/cloudogu/cis-ubuntu-20.04
- Owner: cloudogu
- License: mit
- Created: 2021-06-07T06:52:57.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-10-06T09:12:45.000Z (over 4 years ago)
- Last Synced: 2025-04-22T10:32:01.691Z (about 1 year ago)
- Language: Shell
- Size: 2.71 MB
- Stars: 27
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# CIS-Ubuntu-20.04
This repository holds automated tests for the CIS Ubuntu Linux 20.04 LTS Benchmark v1.1.0 in [bats](https://github.com/bats-core/bats-core) format.
## Setup
- Install bats on the target system: https://bats-core.readthedocs.io/en/latest/installation.html
- On Ubuntu, simply use `sudo apt install bats`
- Copy this repository to the target system
## Run the tests
- Move to the tests directory
- Run all the tests via `bats -r .`
- Run specific test file e.g. via `bats 1-Initial-Setup/1.1-Filesystem-Configuration.bats`