Access the Invicti registries
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 CLI Docker image for use in CI/CD integrations.
1. Invicti private registry
Registry URL: registry.invicti.com/invicti-platform/invicti-scan-cli
Authentication credentials: To access this private registry, use the following credentials:
- username: Your Invicti Platform login address.
- password: Your active Invicti license key.
NOTE: These credentials are required to pull Docker images. Use your CI/CD tool's secret management features to store them securely. |
Docker login command:
docker login registry.invicti.com \ |
Pulling the image:
docker pull 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 |
NOTE: |
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 registry.invicti.com |
For help with credentials, access, or image support, contact Invicti support.