mirror of
https://github.com/aquasecurity/linux-bench.git
synced 2025-02-23 14:45: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
|
language: go
|
||||||
|
|
||||||
sudo: required
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
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 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:
|
linux-bench will determine the test set to run on the host machine based on the following:
|
||||||
|
- **Operating system platform - ubuntu/debian/rhel/coreos**
|
||||||
##### Operating system platform - ubuntu/debian/rhel/coreos
|
- **Boot loader - grub/grub2**
|
||||||
|
- **System logging tool - rsyslog/syslog-ng**
|
||||||
##### Boot loader - grub/grub2
|
- **Lsm - selinux/apparmor**
|
||||||
|
|
||||||
##### System logging tool - rsyslog/syslog-ng
|
|
||||||
|
|
||||||
##### Lsm - selinux/apparmor
|
|
||||||
|
|
||||||
## Installation
|
## 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
|
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)):
|
clone this repository and run as follows (assuming your [\$GOPATH is set](https://github.com/golang/go/wiki/GOPATH)):
|
||||||
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
go get github.com/aquasecurity/linux-bench
|
go get github.com/aquasecurity/linux-bench
|
||||||
cd $GOPATH/src/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