Update scout/artifactory.md

This commit is contained in:
Chris Chinchilla 2023-03-31 16:36:20 +02:00 committed by GitHub
parent edd0c1e4ba
commit 0ae9f00960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ automatically on images in your Artifactory registries.
You can analyze Artifactory images for vulnerabilities locally using Docker Desktop or the Docker CLI. You first need to authenticate with JFrog Artifactory using the `[Docker login](/engine/reference/commandline/login/)` command. For example:
```bash
docker login {REPOSITORY_URL}.jfrog.io
docker login {URL}
```
You can find the credentials for your Artifactory repository by selecting it in the Artifactory UI and then the **Set Me Up** button.