mirror of
https://github.com/aquasecurity/linux-bench.git
synced 2025-02-22 22:25:33 +01:00
Merge branch 'master' into readme-typos
This commit is contained in:
commit
fd75c9ef3a
3 changed files with 398 additions and 245 deletions
|
@ -1,8 +1,6 @@
|
|||
---
|
||||
language: go
|
||||
|
||||
sudo: required
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
|
|
13
README.md
13
README.md
|
@ -14,14 +14,10 @@ Tests are configured with YAML files, making this tool easy to update as test sp
|
|||
linux-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:
|
||||
|
||||
##### Operating system platform - ubuntu/debian/rhel/coreos
|
||||
|
||||
##### Boot loader - grub/grub2
|
||||
|
||||
##### System logging tool - rsyslog/syslog-ng
|
||||
|
||||
##### Lsm - selinux/apparmor
|
||||
- **Operating system platform - ubuntu/debian/rhel/coreos**
|
||||
- **Boot loader - grub/grub2**
|
||||
- **System logging tool - rsyslog/syslog-ng**
|
||||
- **Lsm - selinux/apparmor**
|
||||
|
||||
## Installation
|
||||
|
||||
|
@ -30,6 +26,7 @@ linux-bench will determine the test set to run on the host machine based on the
|
|||
Install [Go](https://golang.org/doc/install), then
|
||||
clone this repository and run as follows (assuming your [\$GOPATH is set](https://github.com/golang/go/wiki/GOPATH)):
|
||||
|
||||
|
||||
```shell
|
||||
go get github.com/aquasecurity/linux-bench
|
||||
cd $GOPATH/src/github.com/aquasecurity/linux-bench
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue