# Quay.io Cloud Registry

You can integrate your Quay.io container registry with Aikido to scan your containers for known vulnerabilities. Note that this only works for organization accounts, not for user accounts.

Follow the simple steps below to activate this feature:

**Step 1:** Log into your Quay account, go to Repositories via the top menu. On the right there should be a menu that lists the organizations. Click the organization you wish to link.

![Select a user or organization to create a new repository or organization.](/files/BSg9l65f749nIKh77RnR)

**Step 2:** On the left-hand side menu, click 'Robot Accounts'. Then create a new Robot Account called Aikido. Grant it permissions to your repositories.

![Form to create a new robot account with name input and validation requirements.](/files/g3jHdFd2G31hyVLq9zWw)

**Step 3:** Click the name of the bot you just created to view credentials, copy the name and token.\
​

**Step 4:** Back in the organisation detail page, then click 'Applications' on the left-hand side menu.

![Sidebar icon labeled "Applications" with a tooltip displayed.](/files/00qfxzWyp6LWXruP4smI)

**Step 5:** Create a new app called 'aikido'. Then click generate token on the left. Add the scope "**View all visible repositories",** then click 'Generate token', and copy the access token from the resulting screen.

![OAuth 2 Access Token permissions selection for user "aikidodev" in a repository management interface.](/files/hDuD4H2Z8bLXjdkRdyV1)

**Step 6:** Enter the collected data in Aikido (direct link: <https://app.aikido.dev/settings/container-image-registry/add/quay>)

Copy the organization name from the top of the page in Quay.

​

**Step 7:** Aikido will now find all container repositories you can access and list them.

**Step 8:** Repositories can be linked to a code repository in order to perform better deduplication of findings. This step is optional!

**Step 9:** In the action menu next to the registry, click 'scan repos in registry' to get started. Results will appear in the Feed!

### &#x20;<a href="#set-up-quay-container-scanning" id="set-up-quay-container-scanning"></a>


---

# Agent Instructions: 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:

```
GET https://help.aikido.dev/container-image-scanning/standalone-registries/quayio-cloud-registry.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
