Sign inSign up

phonito/scanner

By phonito

Updated almost 7 years ago

Docker vulnerability scanner for https://phonito.io

Image
0

485

phonito/scanner repository overview

Phonito - Docker Vulnerability Scanner

alt text

Getting Started

  1. Register for a free account at https://phonito.io
  2. Head to https://phonito.io/setup and get your API key
  3. Deploying with just Docker or with the Kubernetes

Running Manually

docker run \
    --cap-add SYS_ADMIN \
    --cap-add SYS_PTRACE \
    --restart unless-stopped \
    --network host \
    -v "/var/run/docker.sock:/var/run/docker.sock" \
    -v "/:/hostfs:ro" \
    -e PHONITO_API_TOKEN="${TOKEN_HERE}" \
    -d phonito/scanner \
    --name phonito

Tag summary

Content type

Image

Digest

Size

62.6 MB

Last updated

almost 7 years ago

docker pull phonito/scanner