mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-31 14:22:33 +01:00
spellcheck error fix
This commit is contained in:
parent
a913b25ed3
commit
e074995a2c
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ The [distribution specific Dockerfiles](https://github.com/docker/docker-bench-s
|
||||||
|
|
||||||
[Bats](https://github.com/sstephenson/bats) is a [TAP](http://testanything.org/)-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs you write behave as expected.
|
[Bats](https://github.com/sstephenson/bats) is a [TAP](http://testanything.org/)-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs you write behave as expected.
|
||||||
|
|
||||||
All Docker Bench scipts are also available as Bats tests. Also container level (and image level) tests are automatically generated for all containers avaiable on host. It's possible to run all or only selected test(s), if you like.
|
All Docker Bench scipts are also available as Bats tests. Also container level (and image level) tests are automatically generated for all containers available on host. It's possible to run all or only selected test(s), if you like.
|
||||||
|
|
||||||
By default TAP test results are reported, but it's possible to produce a "pretty" printed output too.
|
By default TAP test results are reported, but it's possible to produce a "pretty" printed output too.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue