mirror of https://github.com/docker/docs.git
scout: clarify data handling for local analysis
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
4899ffee3e
commit
cd76a0d1ba
|
@ -27,7 +27,7 @@ Docker and OCI image metadata:
|
||||||
|
|
||||||
Software Bill of Materials (SBOM) metadata:
|
Software Bill of Materials (SBOM) metadata:
|
||||||
|
|
||||||
- Advisory prefix URL (PURL)
|
- Package URLs (PURL)
|
||||||
- Package author and description
|
- Package author and description
|
||||||
- License IDs
|
- License IDs
|
||||||
- Package name and namespace
|
- Package name and namespace
|
||||||
|
@ -45,6 +45,10 @@ information on the SBOM. If there's a match, the results of the match are
|
||||||
displayed in the user interfaces where Docker Scout data is surfaced, such as
|
displayed in the user interfaces where Docker Scout data is surfaced, such as
|
||||||
the Docker Scout Dashboard and in Docker Desktop.
|
the Docker Scout Dashboard and in Docker Desktop.
|
||||||
|
|
||||||
|
For images analyzed locally on a developer's machine, Docker Scout only
|
||||||
|
transmits PURLs and layer digests. This data is not persistently stored on the
|
||||||
|
Docker Scout platform; it's only used to run the analysis.
|
||||||
|
|
||||||
## Data storage
|
## Data storage
|
||||||
|
|
||||||
For the purposes of providing the Docker Scout service, data is stored using:
|
For the purposes of providing the Docker Scout service, data is stored using:
|
||||||
|
|
Loading…
Reference in New Issue