> 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/kontenaimjisukyan/configuration/export-raw-sbom-of-your-containers.md).

# コンテナの RAW SBOM をエクスポート

## はじめに <a href="#introduction" id="introduction"></a>

AikidoでRAW SBOMをエクスポートすると、ソフトウェアのセキュリティと透明性が向上します。この機能は特に次の用途に役立ちます：

* 問題検出のファイルシステム上の場所を特定すること。
* インストール済みコンポーネントの由来を追跡すること。

## ステップごとのガイド <a href="#step-by-step-guide" id="step-by-step-guide"></a>

**ステップ 1:** 任意の **コンテナの詳細** ページに移動します。

**ステップ 2:** クリック **アクション** 右上にあります。\
​

![データの更新や、問題またはRAW SBOMファイルのエクスポートを行うためのドロップダウンメニュー。](/files/8c213aa10b32e95f5fd61a8b52aa25f77ef1ed23)

**ステップ 3:** 選択 **RAW SBOMをエクスポート** を使用して、コンテナ用のSBOMを生成してダウンロードします。

## 制限事項 <a href="#limitations" id="limitations"></a>

RAW SBOMのエクスポートは、Aikidoでスキャンされたイメージでのみ利用可能であり、AWS InspectorまたはGCP Vulnerability Scanningを通じて分析されたものでは利用できません。

Aikido Scannerを使用したコンテナスキャンの設定方法についての詳細は、こちらをご覧ください [こちら](https://help.aikido.dev/en/articles/8911170-container-scanning-for-aws-ecr-with-the-aikido-scanner).

### API経由で生成してエクスポート <a href="#generate-and-export-via-api" id="generate-and-export-via-api"></a>

AikidoはAPI経由でSBOMの生成とダウンロードをサポートしています。詳細はAPIドキュメントの [コンテナSBOMのエクスポート](https://apidocs.aikido.dev/reference/exportcontainerrepolicenses) および [ソースコードSBOMのエクスポート](https://apidocs.aikido.dev/reference/exportcoderepolicenses).


---

# 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/kontenaimjisukyan/configuration/export-raw-sbom-of-your-containers.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.
