You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/guides/github-sonarqube-sandbox/workflow.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,11 @@ Before you begin, make sure you have:
21
21
22
22
- E2B account with [API access](https://e2b.dev/docs/api-key)
23
23
-[Anthropic API key](https://docs.claude.com/en/api/admin-api/apikeys/get-api-key)
24
+
25
+
> [!NOTE]
26
+
>
27
+
> This example uses Claude CLI which comes pre-installed in E2B sandboxes, but you can adapt the example to work with other AI assistants of your choice. See [E2B's MCP documentation](https://e2b.dev/docs/mcp/quickstart) for alternative connection methods.
28
+
24
29
- GitHub account with:
25
30
- A repository containing code to analyze
26
31
-[Personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) with `repo` scope
0 commit comments