mix sbom.cyclonedx (SBoM v0.8.0)
View SourceMix SBoM 0.8.0 Erlang Ecosystem Foundation Generate CycloneDX SBoM
Usage
mix_sbom cyclonedx \
[--force] \
[--recurse] \
[--pretty] \
[--output OUTPUT_PATH] \
[--schema SCHEMA_VERSION] \
[--format FORMAT] \
[--only ONLY] \
[--targets TARGETS] \
[--classification CLASSIFICATION]Flags
-f,-forceOverwrite existing output file if it exists-r,-recurseRecurse into umbrella applications to generate SBoM for all apps-p,-prettyPretty print the SBoM
Options
-o,-outputPath to write the generated SBoM to. Use '-' for STDOUT-s,-schemaCycloneDX schema version to use (default:1.6)-t,-formatOutput format, one of xml, json, protobuf-l,-onlyOnly include components used in the specified environment (default:["*"])-a,-targetsComma-separated list of Mix targets to include components from (default:["*"])-c,-classificationSpecifies the type of application being described (default:CLASSIFICATION_APPLICATION)