mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 00:32:34 +01:00
Removed whitespace
Signed-off-by: Niall T <jammasterj89@gmail.com>
This commit is contained in:
parent
ef206be6e0
commit
3d02432bc8
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ main () {
|
||||||
benchcont="$c"
|
benchcont="$c"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
# get the image id of the docker_bench_security_image, memorize it:
|
# get the image id of the docker_bench_security_image, memorize it:
|
||||||
benchimagecont="nil"
|
benchimagecont="nil"
|
||||||
for c in $(docker images | sed '1d' | awk '{print $3}'); do
|
for c in $(docker images | sed '1d' | awk '{print $3}'); do
|
||||||
|
|
Loading…
Reference in a new issue