generate_sbom
Generate a Software Bill of Materials (SBOM) for any Docker image, listing all packages and dependencies in CycloneDX or SPDX format.
Instructions
Generate a Software Bill of Materials (SBOM) for a Docker image in CycloneDX or SPDX format. The SBOM lists all packages and dependencies in the image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Image tag | |
| image | Yes | Docker image to generate SBOM for | |
| format | No | SBOM output format (default: cyclonedx) | |
| output | No | File path to write SBOM (if omitted, returns in response) | |
| timeout | No | Timeout in seconds (default: 120) |