SBoM v0.5.0 mix sbom.cyclonedx View Source
Generates a Software Bill-of-Materials (SBoM) in CycloneDX format.
Options
--output
(-o
): the full path to the SBoM output file (default: bom.xml)--force
(-f
): overwite existing files without prompting for confirmation--dev
(-d
): include dependencies for non-production environments (includingdev
,test
ordocs
); by default only dependencies for MIX_ENV=prod are returned--recurse
(-r
): in an umbrella project, generate individual output files for each application, rather than a single file for the entire project