mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
Compare commits
2 commits
23110269a6
...
5c42b8ad5f
Author | SHA1 | Date | |
---|---|---|---|
|
5c42b8ad5f | ||
|
c4b7d36042 |
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ get_docker_configuration_file_args() {
|
|||
get_docker_configuration_file
|
||||
|
||||
if "$HAVE_JQ"; then
|
||||
jq --monochrome-output --raw-output ".[\"${OPTION}\"]" "$CONFIG_FILE"
|
||||
jq --monochrome-output --raw-output "if has(\"${OPTION}\") then .[\"${OPTION}\"] else \"\" end" "$CONFIG_FILE"
|
||||
else
|
||||
cat "$CONFIG_FILE" | tr , '\n' | grep "$OPTION" | sed 's/.*://g' | tr -d '" ',
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue