> 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/pr-torirsunogtingu/gitlab-mr-gating.md).

# GitLab MR ゲート

Aikido GitLab MRゲーティングは、マージリクエスト（MR）に対してセキュリティチェックを実行します。重点を置くのは **新たに追加された** MR内の問題であり、MRがどの既存の問題を解決するかを示します。

mainブランチに反映される前にリスクの高い変更を検出するために使います。ゲートを失敗させる条件はあなたが決めます。

### 仕組み

* AikidoがGitLabグループにアクセスすることを承認します。
* Aikidoでリポジトリとスキャンタイプを選択します。
* 各MRの更新時に、AikidoがMRの差分をスキャンします。
* Aikidoは結果をパイプラインチェックとコメントとしてGitLabに返します。
* 失敗したチェックがGitLabでマージをブロックするように設定できます。

{% hint style="info" %}
MRゲーティング機能のより広い概要については、 [PRゲーティングの概要](/docs/docs-ja/pr-torirsunogtingu/aikido-ci-gating-functionality.md).
{% endhint %}

### 適切なガイドを選ぶ

ご利用のGitLabプランに合ったページから始めてください。その後、ダッシュボードでリポジトリを設定します。

* **GitLab Premium、Ultimate、またはGitLab Server（セルフマネージド）**
  * を使用します **サービスアカウント** に加えてアクセス トークンを使用します。
  * 以下に従ってください： [GitLab Premium、Ultimate、Server：MRスキャンのセットアップ](/docs/docs-ja/pr-torirsunogtingu/gitlab-mr-gating/gitlab-server-ci-mr-gating-via-aikido-dashboard-with-a-service-account-token.md).
* **GitLab Free**
  * 専用のGitLabユーザーとパーソナルアクセストークン（PAT）を使用します。
  * 以下に従ってください： [GitLab Free：MRスキャンのセットアップ](/docs/docs-ja/pr-torirsunogtingu/gitlab-mr-gating/gitlab-free-mr-scans-setup.md).

### セットアップ後に期待できること

* コミットがMRブランチにプッシュされると、AikidoがMRスキャンを実行します。
* 結果はMR内の次の項目に表示されます： **パイプライン**.
* これを有効にすると **パイプラインは成功しなければならない**、失敗したスキャンがマージをブロックすることがあります。

{% hint style="warning" %}
まずは1つのリポジトリから始めてください。チェックが実行され、コメントが意図どおり表示されることを確認します。その後、他のリポジトリへ展開します。
{% endhint %}


---

# 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/pr-torirsunogtingu/gitlab-mr-gating.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.
