> 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ダッシュボード。](/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>

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

![表示設定、バッジ、詳細機能の構成オプションが表示されたGitLabのプロジェクト一般設定ページ。](/files/32cc5d5449b23d77990b58888fd961ceaf61ed59)

このセクションの下部で、このプロジェクトを別の名前空間に移すことができます。<br>

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

#### 手順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」をクリックします。

![Proプランの「aikido-dev」を表示するワークスペースメニュー。チームと設定のオプションがあります。](/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.
