Enrich your SBOM JSONs & XMLs

The sbom enrichment command takes an exported SBOM file in XML/JSON format and enriches your file with package vulnerabilities found by XRAY.

This jf sbom enrich <file_path> command enriches a file that is found on file_path.


Note

This command requires:

  • Version 3.101.3 or above of Xray

  • Version 2.60.0 or above of JFrog CLI


Commands Params

Command name

sbom-enrich

Abbreviation

se

Command options

--server-id

[Optional] Server ID configured using the jf c add command. If not specified, the default configured server is used.

Command arguments

file_path

the sbom file path.

Example 1

Enriches an XML file

jf se "path/to/file.xml"

Example 2

Enriches a JSON file

jf se "path/to/files/file.json"

Last updated

© 2024 JFrog Ltd All Rights Reserved