mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
Added check_images
Added check_images to run the new check_images() function within tests/4_container_images.sh Signed-off-by: Niall T <jammasterj89@gmail.com>
This commit is contained in:
parent
4bb6e19965
commit
af8b59f29d
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ docker_daemon_files() {
|
|||
}
|
||||
|
||||
container_images() {
|
||||
check_images
|
||||
check_4
|
||||
check_4_1
|
||||
check_4_2
|
||||
|
|
Loading…
Reference in a new issue