> For the complete documentation index, see [llms.txt](https://docs.snyk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snyk.io/scan-fix-and-prevent/scan-with-snyk/snyk-container/container-registry-integrations/integrate-with-jfrog-artifactory/add-artifactory-images-to-snyk.md).

# Add Artifactory images to Snyk

How to add JFrog Artifactory images to Snyk

Snyk tests and monitors your Artifactory container images by evaluating the tags in your repositories.

## **Prerequisites for adding Artifactory images**

* You must have an account with Snyk and be onboarded to your Organization by an administrator.
* The integration must be configured between Snyk and your Artifactory environment.

## **Steps to adding Artifactory images to Snyk**

* Log in to your account and navigate to the relevant Group and Organization you want to manage.
* Go to **Projects** and click **Add projects**. The list of integrations already configured on your account opens.
* The view **Which images do you want to test?** opens, displaying all of the available images for the registry to which you connected, grouped by each of your repositories.
* Select single or multiple images using any or all of the following methods:
  * Type the name of a single image for import in the Image Name field (at number 1, the image name field, in the image above),
  * Select any of the repositories if you want to import all of the associated images (at number 2, the second item listed in the image above).
  * Expand and collapse repositories to select multiple images (at number 3, the third image listed in the image above) across multiple repositories.
* Click **Add selected repositories**.

  A status bar appears at the top of the page as the images are imported; you can continue working in the meantime.
* When the import ends, a notification of success or failure appears at the top of the page. Click Refresh to view the Projects page with the newly imported images. Images are grouped by repository and are each linked individually to a detailed Projects page.
* You can now connect your Git repo to this Project in order to use your Dockerfile for enriched fix advice. For more information, see [Adding your Dockerfile and testing your base image](/scan-fix-and-prevent/scan-with-snyk/snyk-container/scan-your-dockerfile/detect-vulnerable-base-images-from-your-dockerfile.md).

Images are indicated with a unique icon. You can filter to view only the Artifactory Projects.

<figure><img src="https://2730497224-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBJO0IZx7zB6bOkotxQP2%2Fuploads%2Fgit-blob-042fdce945cb4fa9780c5bb1ef7a025b2b5d399f%2Fuuid-5c95894c-97d8-a6a9-0969-7c5fee541211-en.png?alt=media" alt="List of Artifactory Projects"><figcaption><p>List of Artifactory Projects</p></figcaption></figure>

Artifactory integration works like other Snyk integrations. To continue to monitor, fix and manage your Projects, see the relevant pages in the Snyk user documentation.

{% hint style="info" %}
For application vulnerabilities within container images, any changes to the application will not be reflected with a manual or recurring retest. A re-import of the image is required. For more information, see [Detecting application vulnerabilities in container images](/scan-fix-and-prevent/scan-with-snyk/snyk-container/use-snyk-container/detect-application-vulnerabilities-in-container-images.md).
{% endhint %}


---

# 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.snyk.io/scan-fix-and-prevent/scan-with-snyk/snyk-container/container-registry-integrations/integrate-with-jfrog-artifactory/add-artifactory-images-to-snyk.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.
