File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff 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
3452The Docker Extension for GitHub Copilot supports the following
You can’t perform that action at this time.
0 commit comments