uploadImporting SBOM

An SBOM can be imported automatically from a CI/CD pipeline or manually using the Dashboard.

circle-info

Interlynk supports:

  • CycloneDX

    • Versions: 1.2-1.5

    • Formats: JSON, XML

  • SPDX

    • Versions: 2.2-2.3

    • Formats: JSON

Automated Import

chevron-rightAutomated SBOM Importhashtag
  1. Install the PyLynk utility from here: https://github.com/interlynk-io/pylynkarrow-up-right

  2. Add the following command in the CI/CD once the SBOM file is generated

python3 pylynk.py upload --prod {productName} --env {envName} --sbom {sbomFile}

Manual Import

chevron-rightManual SBOM Importhashtag
  1. Click on the 'Products' side-navigation button

  2. Click on the Product Name

  3. Click on the 'Upload SBOM' icon

  4. Select 'Environment' for import and drag or click to select the SBOM file

  5. Click 'Upload' to complete

SBOM Post-Processing

Interlynk performs the following additional processing on imported SBOM:

Last updated