Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 641 Bytes

05-sbom-to-scan.md

File metadata and controls

18 lines (10 loc) · 641 Bytes

Scanning Software based on an SBOM

Usually, license scanning works with Software Assets. An extraction process produces both an analysis structure as well as an SBOM. The license scanner results are then aligned with the SBOM content.

Asset Scanning from Asset

In case only an SBOM is available, an aggregation process is prepended:

Asset Scanning from SBOM

License Data

The license scanner requires detailed license information. A database of licenses to differentiate the exact license text is required.

Back to SBOM Essentials.