> For the complete documentation index, see [llms.txt](https://docs.ox.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ox.security/ox-integrations/3rd-party-integrations/registry.md).

# Registry

Registry connectors connect OX to container registries that store and distribute your container images.

OX imports data from these tools through APIs, enriches it with OX context (application mapping, ownership, workflows, and compliance), and presents it alongside findings from other scanners and tools in a unified view.

## What OX adds

* **Context and correlation:** OX maps findings to applications, services, and teams to show impact and ownership.
* **Prioritization with severity factors:** OX may reprioritize scanner severities when exploitability and environment context reduce risk (for example, Critical → High). Severity factors explain why the priority changed.
* **Evidence at a glance:** When available, OX displays scanner evidence, file locations, and remediation guidance alongside OX analytics to speed triage.

## Where data appears in OX

* **Active Issues:** Filter by **Source tool** to focus on findings from a specific connector.
* **Issue details:** Tabs show scanner evidence, asset data, and OX correlations such as application and repository mapping.
* **Assets and applications:** Imported assets appear in asset views, application context, and dashboards.
* **Risk prioritization:** Findings are ranked using combined development, pipeline, and runtime signals.

## **Supported connectors**

* [Amazon ECR](/ox-integrations/3rd-party-integrations/registry/amazon-ecr.md)
* [Azure Container Registry](/ox-integrations/3rd-party-integrations/registry.md)
* [Docker Hub](/ox-integrations/3rd-party-integrations/registry/docker-hub.md)
* [Docker Registry/Distribution](/ox-integrations/3rd-party-integrations/registry/docker-registry-distribution.md)
* [GitLab Container Registry](/ox-integrations/3rd-party-integrations/registry/gitlab-container-registry.md)
* [Google Artifact Registry](/ox-integrations/3rd-party-integrations/registry/google.md)
* [Harbor](/ox-integrations/3rd-party-integrations/registry/harbor.md)
* [JFrog Artifactory](/ox-integrations/3rd-party-integrations/registry/jfrog-artifactory.md)
* [Nexus Container Registry](/ox-integrations/3rd-party-integrations/registry/nexus-container-registry.md)
* [Red Hat Quay](/ox-integrations/3rd-party-integrations/registry/red-hat-quay.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ox.security/ox-integrations/3rd-party-integrations/registry.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
