{ "id": "cyclonedx-python", "version": "1.0.5", "name": "CycloneDX Python (via pipx)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/cyclonedx-python", "description": "CycloneDX Python creates CycloneDX Software Bill of Materials (SBOM) from Python projects and environments.", "options": { "version": { "default": "latest", "description": "Select the version to install.", "proposals": [ "latest" ], "type": "string" } }, "installsAfter": [ "ghcr.io/devcontainers-extra/features/pipx-package", "ghcr.io/devcontainers/features/python" ] }