mirror of
https://github.com/docker/docker-bench-security.git
synced 2024-11-01 08:31:44 +01:00
Merge pull request #409 from konstruktoid/ISSUE408
catch json w/o space #408
This commit is contained in:
commit
3c545daccf
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