File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ This method scans an image in registry. **Note**: The target image must be prese
4545docker run -i --rm -u 0:0 --pid=host \
4646 -v /var/run/docker.sock:/var/run/docker.sock \
4747 -v $( pwd) /out:/out \
48- --entrypoint sh \
48+ --entrypoint /bin/bash \
4949 cgr.dev/chainguard/openscap:latest-dev << _END_DOCKER_RUN
5050oscap-docker image cgr.dev/chainguard/wolfi-base:latest xccdf eval \
5151 --profile "xccdf_basic_profile_.check" \
@@ -68,7 +68,7 @@ docker run --name target -d cgr.dev/chainguard/wolfi-base:latest tail -f /dev/nu
6868docker run -i --rm -u 0:0 --pid=host \
6969 -v /var/run/docker.sock:/var/run/docker.sock \
7070 -v $( pwd) /out:/out \
71- --entrypoint sh \
71+ --entrypoint /bin/bash \
7272 cgr.dev/chainguard/openscap:latest-dev << _END_DOCKER_RUN
7373oscap-docker container target xccdf eval \
7474 --profile "xccdf_basic_profile_.check" \
You can’t perform that action at this time.
0 commit comments