Dockerfile:
FROM python:3.8
RUN pip3 install --user https://github.com/nccgroup/ScoutSuite/archive/develop.zip
RUN PATH=/root/.local/bin/:$PATH
ENTRYPOINT ["/root/.local/bin/scout"]
Usage, i.e. for kubernetes:
docker run -v $HOME/.kube/:/tmp/kube/ -v $PWD/results/:/scoutsuite-report/ --network host lobuhi/scout kubernetes --config-file /tmp/kube/config
Content type
Image
Digest
sha256:98bc3a8d9…
Size
562.2 MB
Last updated
over 3 years ago
docker pull lobuhi/scout