Harbor

To run the scanner in Harbor, you must have the registry URL and the user credentials with the Administrator profile.

Ensure you update the Sysdig Helm chart before installation. This lets you access the latest features and fixes.

$ helm upgrade --install registry-scanner sysdig/registry-scanner --version=1 \
--set config.secureBaseURL=<SYSDIG_SECURE_URL> \
--set config.secureAPIToken=<SYSDIG_SECURE_API_TOKEN> \
--set config.registryType=harbor \
--set config.registryURL=<HARBOR_REGISTRY_URL> \
--set config.registryUser=<HARBOR_USER> \
--set config.registryPassword=<HARBOR_PASSWORD>
  • <HARBOR_USER> \ <HARBOR_PASSWORD>: User credentials with Administrator flag activated (Project Admin role is not currently supported)
  • <HARBOR_REGISTRY_URL>: Harbor registry URL
    e.g., core.harbor.domain