Custom image for WizCLI to be used in CI/CD pipelines - It contains the Docker client, unzip, and CSVtoTable (a tool to convert CSV files to HTML tables).
# https://docs.wiz.io/wiz-docs/docs/set-up-wiz-cli?lng=en#pull-wiz-cli-as-a-docker-image
FROM wiziocli.azurecr.io/wizcli:latest-amd64
RUN apk add python3 py-pip docker unzip --no-cache && \
pip install --upgrade csvtotable --break-system-packages
Content type
Image
Digest
sha256:1ad287e0e…
Size
175.4 MB
Last updated
over 2 years ago
docker pull namely/wizcli:dind