Access the Invicti registries
This document is for Invicti Platform
This document explains how to authenticate with and pull images from the Invicti Docker Registry and Docker Hub, both of which host the Invicti Scan command-line tool Docker image for use in CI/CD integrations.
1. Invicti private registry
Registry URL: platform-registry.invicti.com
Authentication credentials: to access this private registry, use the following credentials:
username: Your Invicti Platform login address.password: Your active Invicti license key.
You need these credentials to pull Docker images. Use your CI/CD tool's secret management features to store them securely.
Docker login command:
docker login platform-registry.invicti.com \
-u <your-email@example.com> \
-p <your-license-key>
Pulling the image:
docker pull platform-registry.invicti.com/invicti-platform/invicti-scan-cli
2. Docker Hub (public registry)
If you prefer not to authenticate or need access to a public version, you can use the official image from Docker Hub.
Docker Hub Image URL: docker.io/invicti/scan-cli
Pulling the image:
docker pull invicti/scan-cli
This public image may have fewer features or a delayed release cycle compared to the private registry. Always select version compatibility.
Best practices
- CI/CD Security: Store credentials in environment variables or secret managers.
- Least Privilege: Use automation-scoped credentials where possible.
- Logout after use (for local testing):
docker logout platform-registry.invicti.com
Need help?
Invicti Support team is ready to provide you with technical help. Go to Help Center