> 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:** 移動先は [License & SBOM Reports ページ](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.
