mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-05-27 19:05:29 +00:00
fix: allow get_docker_configuration_file_args to parse minified json
Closes #524.
This commit is contained in:
parent
16c235080d
commit
39963dad60
3 changed files with 15 additions and 2 deletions
|
@ -7,7 +7,8 @@ LABEL \
|
|||
|
||||
RUN apk add --no-cache iproute2 \
|
||||
docker-cli \
|
||||
dumb-init
|
||||
dumb-init \
|
||||
jq
|
||||
|
||||
COPY . /usr/local/bin/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue