mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
commit
1891eaa8b3
1 changed files with 2 additions and 2 deletions
|
@ -92,8 +92,8 @@ Note that when distributions don't contain `auditctl`, the audit tests will chec
|
||||||
```
|
```
|
||||||
|
|
||||||
By default the Docker Bench for Security script will run all available CIS tests and produce
|
By default the Docker Bench for Security script will run all available CIS tests and produce
|
||||||
logs in the log folder from current directory, named `docker-bench-security.sh.log.json` and
|
logs in the log folder from current directory, named `docker-bench-security.log.json` and
|
||||||
`docker-bench-security.sh.log`.
|
`docker-bench-security.log`.
|
||||||
|
|
||||||
If the docker container is used then the log files will be created inside the container in location `/usr/local/bin/log/`. If you wish to access them from the host after the container has been run you will need to mount a volume for storing them in.
|
If the docker container is used then the log files will be created inside the container in location `/usr/local/bin/log/`. If you wish to access them from the host after the container has been run you will need to mount a volume for storing them in.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue