rush_sbom
Generate a Software Bill of Materials (SBOM) to an explicit output path, avoiding unsafe writes. Returns 'skipped' if cdxgen is missing, so pipelines can handle the absence gracefully.
Instructions
Generate an SBOM only to a safe explicit output path; missing cdxgen returns status='skipped'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| overwrite | No | ||
| allow_slow | No | ||
| allow_build | No | ||
| output_path | No | ||
| allow_browser | No | ||
| allow_network | No | ||
| allow_download | No | ||
| allow_cache_write | No | ||
| allow_artifact_write | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | ||
| tool | No | ||
| engine | No | ||
| status | No | ||
| metrics | No | ||
| summary | No | ||
| findings | No | ||
| metadata | No | ||
| artifacts | No | ||
| duration_ms | No | ||
| review_kind | No | ||
| engine_version | No | ||
| review_provider | No |