在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):aquasecurity/linux-bench开源软件地址(OpenSource Url):https://github.com/aquasecurity/linux-bench开源编程语言(OpenSource Language):Go 99.0%开源软件介绍(OpenSource Introduction):Linux-bench is a Go application that checks whether the Linux operating system is configured securely by running the checks documented in the CIS Distribution Independent Linux Benchmark. Tests are configured with YAML files, making this tool easy to update as test specifications evolve. CIS Linux Benchmark supportlinux-bench currently supports tests for benchmark version 1.1.0 only. linux-bench will determine the test set to run on the host machine based on the following:
InstallationInstalling from sourcesInstall Go, then clone this repository and run as follows (assuming your $GOPATH is set): go get github.com/aquasecurity/linux-bench
cd $GOPATH/src/github.com/aquasecurity/linux-bench
go build -o linux-bench .
# See all supported options
./linux-bench --help
# Run checks
./linux-bench
# Run checks for specified linux cis version
./linux-bench --version <version> TestsTests are specified in definition files Where ContributingWe welcome PRs and issue reports. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论