From 0e35ee08e56d07b31b524a8dc3bc549b82b211dc Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 5 Sep 2024 14:29:45 +0200 Subject: [PATCH] copilot: add section on data privacy Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/copilot/index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/content/copilot/index.md b/content/copilot/index.md index fcbc81d3bb..567467c6e9 100644 --- a/content/copilot/index.md +++ b/content/copilot/index.md @@ -29,6 +29,24 @@ The key features are: - Get summaries of project vulnerabilities from Docker Scout and receive next steps via CLI. +## Data Privacy + +The Docker agent is trained exclusively on Docker's documentation and tools to +assist with containerization and related tasks. It does not have access to your +project's data outside the context of the questions you ask. + +When using the Docker Extension for GitHub Copilot, GitHub Copilot may include +a reference to the currently open file in its request if authorized by the +user. The Docker agent can read the file to provide context-aware responses. + +If the agent is requested to check for vulnerabilities or generate +Docker-related assets, it will clone the referenced repository into in-memory +storage to perform the necessary actions. + +Source code, questions, and responses are not persistently stored. The Docker +agent processes data only to provide responses and discards it immediately +afterward. + ## Supported languages The Docker Extension for GitHub Copilot supports the following