> 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/aikido-ci-gating-functionality/ci-scan-history-overview.md).

# CI スキャン履歴概要

Aikido の CI Scan History 機能では、過去のすべての CI スキャンを詳細に一覧でき、ステータス、新たに導入された問題、解決済みの問題を把握できます。これは、実行済みのすべてのスキャンを把握し、以前に実行されたスキャンの diff ページをすばやく確認できるようにするために重要です。

### CI スキャン履歴の確認方法 <a href="#how-to-check-your-ci-scan-history" id="how-to-check-your-ci-scan-history"></a>

**手順 1。** の CI セクションへ移動し、 [統合ページ](https://app.aikido.dev/settings/integrations) に入り、 [GitHub](https://app.aikido.dev/settings/integrations/github/checks)/[Azure](https://app.aikido.dev/settings/integrations/azure-devops/checks) CI ダッシュボード **または** - もし CI をコード経由で実行している場合は、 [CI 設定ページ](https://app.aikido.dev/settings/integrations/continuous-integration).

**手順 2。** ページ右上にある「CI Scan History」をクリックします。

![リポジトリ数と CI スキャン履歴ボタンを表示する GitHub CI ダッシュボード。](/files/a087b249d1f871ee87f7f578e8296c85ed0de725)

**手順 3。** 概要ページを確認して、ステータス、新たに導入された問題、解決済みの問題を含む、これまでのすべての CI スキャンを表示します。

![プルリクエスト、問題数、スキャン日、ゲートのステータスを表示する CI スキャン履歴テーブル。](/files/801e7b8ac85313bd1bdedcd71fb5b9ab3d5168d8)

**手順 4。** 実行されたスキャンの全体概要を表示するには、PR のいずれかをクリックします。

![CI チェック失敗: シークレットが 2 件露出、コードレビューで脆弱性が 1 件解決。](/files/9fe443e4d85e2ee7f2bfd5722a2b0878f2e4a76a)

### スキャン日でフィルター

次の項目を追加することで、CI スキャン履歴を特定の日付に絞り込めます。 `scan_date` クエリパラメータを URL に追加します:

```
https://app.aikido.dev/settings/integrations/ci/checks/scans?scan_date=2026-05-10
```

次を使用してください `YYYY-MM-DD` 形式です。これは、監査やコンプライアンスレビューの際に特定の日のスキャンを呼び出す必要がある場合、たとえば、特定のリリース日や過去のインシデント中に何が実行されたかを示すのに便利です。


---

# 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/aikido-ci-gating-functionality/ci-scan-history-overview.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.
