Sign inSign up

namely/wizcli

By namely

Updated over 2 years ago

Image
0

139

namely/wizcli repository overview

Description

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).

Dockerfile

# 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

Tag summary

Content type

Image

Digest

sha256:1ad287e0e

Size

175.4 MB

Last updated

over 2 years ago

docker pull namely/wizcli:dind