> 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の生成とダウンロードをサポートしています。詳細はApidocsの以下で確認できます [コンテナ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.
