> 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/hajimeni/core-functionalities/display-license-issues-in-feed.md).

# ライセンス問題をフィードに表示する

ライセンスレポートに加えて、Aikidoではフィード内にライセンスを直接表示できます。これらの問題はライセンスの種類ごとにグループ化され、特定のライセンスが使用されているすべての場所が表示されます。この機能により、ライセンス関連の問題を把握し、すぐに対応できます。

### 利点 <a href="#benefits" id="benefits"></a>

* ライセンスに直接対応: スヌーズ、無視、またはタスクを作成。
* 新しい重大および高深刻度のライセンス問題に関するアラートを受け取ります。

### フィードでライセンスを有効にする方法 <a href="#how-to-enable-licenses-in-feed" id="how-to-enable-licenses-in-feed"></a>

**ステップ 1:** 次へ移動し、 [ライセンス＆SBOMレポートページ](https://app.aikido.dev/licenses)

**ステップ 2:** ［Action］ドロップダウンメニューをクリックし、［Display Licenses in Feed］を選択します。

![フィードにライセンスを表示するオプションがあるドロップダウンメニュー。](/files/13e82822ea981bb3f70b22e5710f8802173926a2)

**ステップ 3:** 3つのオプションのいずれかを選択します。重大なライセンス問題のみを表示するか、高深刻度のものも含めるかを選べます。

> **注意：** フィード内のすべての問題は、時系列トレンドレポートに反映されます。つまり、この機能を有効にすると、未解決の問題数が一時的に増える可能性があります。

![深刻度のフィルタリングとレポート用オプションを備えたライセンス問題フィード設定。](/files/e22ebb27b19a510544bceb1f1334aefc9e52759c)

**ステップ 4:** フィードに戻り、フィルターで［License Issues］を選択します。未解決の重大および／または高深刻度のライセンス問題がすべて表示されます。 **Aikidoがバックグラウンドでスキャンを実行し、ライセンスの表示を開始します。これには1分ほどかかる場合があります。**

![解決済みのライセンス問題を強調表示するセキュリティダッシュボードメニュー。](/files/ff18964b47c846a80d4afc853839d2db32de05ce)


---

# 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/hajimeni/core-functionalities/display-license-issues-in-feed.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.
