OpenShift Container Platform Registry

This topic helps you set up Sysdig Registry Scanner on OpenShift Container Platform (OCP) Registry. See Registry to review the scan results in the Sysdig Secure UI.

Prerequisites

  • Ensure that your system meets the requirements.
  • Ensure you update the Sysdig Helm chart before installation. This lets you access the latest features and fixes.

To run the scanner in your OCP Registry, you need the user and password with admin permissions.

$ 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=ocp\