@@ -5,6 +5,16 @@ title: Integrate Docker Scout with Artifactory Container Registry
55linkTitle : Artifactory Container Registry
66---
77
8+ {{% experimental %}}
9+
10+ The ` docker scout watch ` command is experimental.
11+
12+ Experimental features are intended for testing and feedback as their
13+ functionality or design may change between releases without warning or
14+ can be removed entirely in a future release.
15+
16+ {{% /experimental %}}`
17+
818Integrating Docker Scout with JFrog Artifactory lets you index and analyze
919images from Artifactory. This integration is powered by a long-running
1020` docker scout watch ` process. It pulls images from your selected repositories
@@ -20,13 +30,19 @@ control and configure the Artifactory-specific registry string via `--registry
2030
2131- Watch specific repositories or an entire registry
2232- Optionally ingest all existing images once
23- - Periodically refresh repository lists
33+ - Periodically refresh repository lists
2434- Receive webhook callbacks from Artifactory on a local port you choose
2535
2636Unlike the ACR and ECR integration flows, this setup does not create any cloud
2737resources for you. You supply Artifactory credentials, start watch, and
2838optionally configure Artifactory webhooks.
2939
40+ > [ !NOTE]
41+ >
42+ > Docker Scout analyzes images locally. The image itself is never pushed to
43+ > Docker. Only the SBOM (Software Bill of Materials) and other metadata are sent
44+ > to Docker Scout.
45+
3046### Artifactory-specific registry string options
3147
3248These ` type=artifactory ` options override the generic registry handling for the ` --registry ` option:
0 commit comments