Generate SBOM with the Xygeni CLI

To generate an SBOM file with the Xygeni CLI , specify the --sbom option with the name of the file to create. You may use stdin or stdout to force output to the standard output / standard error, respectively.

SBOM options:
      --sbom=<sbom>          SBOM file to generate. Use 'stdout' or '-' for standard output, 'stderr' for standard error.
      --sbom-format=<sbomFormat>
                             SBOM format: cyclonedx, spdx.

The --sbom option is required with --sbom-format. Two formats are currently supported:

Last updated