> 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 アカウントにログインし、左側のナビゲーションで「グループ」に移動して「新しいグループ」をクリックします。手順に従ってグループを作成してください。

![グループを確認、作成、検索するためのオプションがある GitLab のグループダッシュボード。](/files/3500d19a41967e0e4406b6f4258dc0234d9c6a1d)

#### 手順 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>

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

![可視性、バッジ、詳細機能の設定オプションを表示する GitLab プロジェクトの一般設定ページ。](/files/32cc5d5449b23d77990b58888fd961ceaf61ed59)

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

![リポジトリのパスを変更し、プロジェクトの名前空間を移行するための GitLab プロジェクト設定。](/files/6fe1558e7814b7ff954c84365ccc7bcb72de9fea)

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

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

![「aikido-dev」が表示されているワークスペースメニュー。Pro プランで、チームと設定のオプションがあります。](/files/054a00ef688be7178e9b84e86bb4749321ca02bc)

これから、新しく作成した 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.
