Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions content/copilot/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down