> 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/konpuraiansutorepto/licenses-and-sbom-overview/sbom.md).

# SBOM

1つの **ソフトウェア部品表（SBOM）** は、ソフトウェア内のすべてのオープンソースコンポーネントについて、それが何であるか、どのバージョンを使っているか、誰が作成したか、どのライセンスの下にあるかを示す構造化された一覧です。顧客、監査人、規制当局はこれを求めることが増えており、これはサプライチェーン全体で脆弱性とライセンス義務を追跡するための基盤です。

## SBOMのダウンロード

クリック **SBOMをダウンロード** をページヘッダーでクリックするとエクスポートダイアログが開きます。エクスポートには常に **現在のフィルター**が反映されるため、1つのリポジトリまたは1つのコンテナーイメージのSBOMだけが必要な場合は、先にそれに絞り込んでください。

### 形式を選択

次の2つの形式のいずれかでエクスポートできます:

* **CSV**: すべてのパッケージ、そのバージョン、ライセンス、場所をカンマ区切りで並べた一覧です。Excelに取り込んで臨時の分析を行うのに便利です。
* **SPDX**: Software Package Data Exchange（SPDX）は、主にオープンソースのライセンスコンプライアンスと著作権に関連する、公開されたSBOM標準です。
* **CycloneDX**: SBOM向けの業界標準形式で、ほぼすべてのSBOM利用者、スキャナー、コンプライアンスプラットフォームに認識されています。

### CycloneDXのオプション

CycloneDXを選ぶと、次の3つの追加トグルが表示されます:

* **VEX分析を含める**: VEXは *Vulnerability Exploitability eXchange*. SBOMだけでは *使用しているパッケージ*、VEXは *どのパッケージに既知の脆弱性があるか* **および** *影響を受けている場合*を、その理由とともに示します。
* **パッケージハッシュを含める**: 各パッケージのハッシュを追加します。これにより、そのパッケージバージョンの正確な内容を一意に識別できます。ハッシュがあれば、誰でも自分が持っているパッケージが、あなたが列挙したものとバイト単位で同一であり、改ざんされていないことを確認できます。
* **依存関係を含める**: このオプションでは、パッケージ間の関係が追加されます。つまり、どのパッケージがプロジェクトの直接依存関係で、どのパッケージが他のパッケージを介して間接的に取り込まれているか、ということです。

SBOMが純粋にライセンス追跡のためのものであれば、これらのオプションは安全に無視できます。

## 自分で生成したSBOMの監視

自分で生成したSBOMのアップロードについて詳しくは、次を参照してください: [SBOMをアップロードする](/docs/docs-ja/kdosukyan/miscellaneous/generate-sbom-based-on-open-source-packages.md).


---

# 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/konpuraiansutorepto/licenses-and-sbom-overview/sbom.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.
