> 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 ファイルのエクスポートを行うドロップダウンメニュー。](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-6a1f30813b800452aa8cec091222a5ab498e6946%2Fucarecdn-fc079c8a-dbd1-48b2-a52d-788db57184da.png?alt=media)

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

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

RAW SBOM エクスポートは、Aikido によってスキャンされたイメージでのみ利用可能であり、AWS Inspector や GCP Vulnerability Scanning で分析されたものには対応していません。

Aikido Scanner を使用したコンテナスキャンの設定方法についての詳細は、こちらでご覧いただけます [こちら](https://help.aikido.dev/container-image-scanning/cloud-provider-registries/aikido-scanner-for-aws-ecr).

### 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.
