Closed drmaciej closed 3 years ago
In multiple places existence of a socket file is checked with -f instead of -S. This results in File not found across a few places, like 3.23 and 3.24.
-f
-S
Hi @drmaciej and thank you for creating this issue, can you please verify #478 ?
Hi @konstruktoid, thanks for a quick fix. https://github.com/docker/docker-bench-security/pull/478 looks good to me!
In multiple places existence of a socket file is checked with
-f
instead of-S
. This results in File not found across a few places, like 3.23 and 3.24.