Skip to content

Commit 630a2a2

Browse files
authored
Merge pull request #20791 from dvdksn/copilot-data-statement
copilot: add section on data privacy
2 parents 36aa055 + 0e35ee0 commit 630a2a2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

content/copilot/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,24 @@ The key features are:
2929
- Get summaries of project vulnerabilities from Docker Scout and receive next
3030
steps via CLI.
3131

32+
## Data Privacy
33+
34+
The Docker agent is trained exclusively on Docker's documentation and tools to
35+
assist with containerization and related tasks. It does not have access to your
36+
project's data outside the context of the questions you ask.
37+
38+
When using the Docker Extension for GitHub Copilot, GitHub Copilot may include
39+
a reference to the currently open file in its request if authorized by the
40+
user. The Docker agent can read the file to provide context-aware responses.
41+
42+
If the agent is requested to check for vulnerabilities or generate
43+
Docker-related assets, it will clone the referenced repository into in-memory
44+
storage to perform the necessary actions.
45+
46+
Source code, questions, and responses are not persistently stored. The Docker
47+
agent processes data only to provide responses and discards it immediately
48+
afterward.
49+
3250
## Supported languages
3351

3452
The Docker Extension for GitHub Copilot supports the following

0 commit comments

Comments
 (0)