mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
Changing description to match label
Signed-off-by: Diogo Monica <diogo@docker.com>
This commit is contained in:
parent
c1a55e80fc
commit
45f0b049ff
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ done
|
|||
main () {
|
||||
# List all running containers
|
||||
containers=$(docker ps -q)
|
||||
# If there is a container with label docker-bench-security, memorize it:
|
||||
# If there is a container with label docker_bench_security, memorize it:
|
||||
benchcont="nil"
|
||||
for c in $containers; do
|
||||
labels=$(docker inspect --format '{{ .Config.Labels }}' "$c")
|
||||
|
|
Loading…
Reference in a new issue