> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/kdosukyan/connect-your-source-code/how-to-scan-a-personal-gitlab-project.md).

# 個人用GitLabプロジェクトをスキャンする方法

**目次：**

* [ステップ 1. GitLab で新しいグループを作成する](#step-1-create-a-new-group-in-gitlab)
* [ステップ 2. 個人プロジェクトを新しく作成したグループに移行する](#step-2-transfer-your-personal-projects-to-the-newly-created-group)
* [ステップ 3. グループを Aikido に接続する](#step-3-connect-the-group-to-aikido)

## 個人の GitLab プロジェクトをスキャンする方法

現時点では、Aikido はグループにリンクされているプロジェクトのみをスキャンできます。GitLab のユーザーにリンクされているプロジェクトは現在サポートされていません。\
\
個人の GitLab プロジェクトでコードスキャンを有効にしたい場合は、個人用のグループを作成し、そのプロジェクトをそこへ移行することをおすすめします。これを実行するために、以下の手順に従うことをおすすめします。

#### ステップ 1. GitLab で新しいグループを作成する <a href="#step-1-create-a-new-group-in-gitlab" id="step-1-create-a-new-group-in-gitlab"></a>

GitLab アカウントにログインし、左側のナビゲーションで「Groups」に移動して「New group」をクリックします。手順に従ってグループを作成してください。

![グループの探索、作成、検索ができる GitLab の Groups ダッシュボード。](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-f4c4a2bdcdce6e2d188891de29bc58e0934b91ca%2Fucarecdn-6f7e4107-4a83-44b6-ae5c-f858a3b4ac78.png?alt=media)

#### ステップ 2. 個人プロジェクトを新しく作成したグループに移行する <a href="#step-2-transfer-your-personal-projects-to-the-newly-created-group" id="step-2-transfer-your-personal-projects-to-the-newly-created-group"></a>

次に、個人プロジェクトを新しく作成したグループに移行できます。これを行うには、プロジェクトの詳細ページに移動し、左側のナビゲーションにある「General settings」を開きます。下部で「Advanced」設定セクションを展開できます。

![表示設定、バッジ、詳細機能の構成オプションを示す GitLab プロジェクトの一般設定ページ。](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-14b6a6ad756dfffbc60ca773e3ab093ab9ca330a%2Fucarecdn-12819150-cf77-456d-95fc-21fcad9de857.png?alt=media)

このセクションの下部で、このプロジェクトを別の名前空間に移行できます。\
​

![リポジトリのパスを変更し、プロジェクトの名前空間を移行するための GitLab プロジェクト設定。](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-bef13254ff0392a1d9039e4ccd975bbcef6d2927%2Fucarecdn-968e99ba-c1be-4ccd-ac56-e243c658c35f.png?alt=media)

#### ステップ 3. グループを Aikido に接続する <a href="#step-3-connect-the-group-to-aikido" id="step-3-connect-the-group-to-aikido"></a>

これで、新しいプロジェクトを新しい名前空間、つまり「group」に移行できたので、そのグループを Aikido に接続し、読み取り専用アクセスを許可して脆弱性のスキャンを開始できます。\
\
Aikido では、左側のナビゲーションで Group のドロップダウンピッカーを選択し、「Add another workspace」をクリックします。

![「aikido-dev」が表示されたワークスペースメニュー。Pro プランで、チームと設定のオプションがあります。](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-36973a8dc3ab1cda5a314aebebf1c8f7b68a7a83%2Fucarecdn-75339182-b6b1-4078-a9d1-e7d549c7bdc2.png?alt=media)

これから、新しく作成した GitLab グループを Aikido に接続し、個人プロジェクトへの読み取り専用アクセスを付与する手順を進めます。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/kdosukyan/connect-your-source-code/how-to-scan-a-personal-gitlab-project.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
