mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
catch json w/o space #408
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
c35d71f533
commit
e21999c5c7
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ get_docker_configuration_file_args() {
|
|||
CONFIG_FILE='/dev/null'
|
||||
fi
|
||||
|
||||
grep "$OPTION" "$CONFIG_FILE" | sed 's/.*: //g' | tr -d \",
|
||||
grep "$OPTION" "$CONFIG_FILE" | sed 's/.*://g' | tr -d '" ',
|
||||
}
|
||||
|
||||
get_systemd_service_file() {
|
||||
|
|
Loading…
Reference in a new issue