Inventory Management
Keep an always-current, standardized record of exactly which components make up each piece of software you ship or run.
Just as a product has a bill of materials listing every part, an SBOM lists every package, library and dependency inside your software — with its name, version, license and a unique identifier. ENOCSI scans a container image, builds the inventory in the CycloneDX standard, and lets you export it as JSON or CSV for security tooling and procurement.
An SBOM covers the libraries used inside your software — not the external services it talks to. Every record captures the details you need to reason about risk and license obligations.
| Field | Description | Example |
|---|---|---|
| Component | Package name | spring-boot-starter-web |
| Version | Version in use | 3.1.4 |
| Type | Package ecosystem | Maven, npm, pip, go-module |
| License | Terms of use | Apache-2.0, MIT, GPL-3.0 |
| PURL | Universal package identity | pkg:maven/org.springframework.boot/spring-boot@3.1.4 |
| Supplier | Publishing organization | Spring, Meta, Google |
Keep an always-current, standardized record of exactly which components make up each piece of software you ship or run.
Document the precise packages, versions and licenses inside any software you build, buy or receive from a third party.
Many enterprise and government procurement processes now require an SBOM. ENOCSI produces one automatically, in a format they accept.
When a new CVE lands on a component, query which projects include it in seconds instead of auditing repositories one by one.
Once a scan completes, the result opens across four views — from a raw component table to a quality score that tells you how complete the document is before you hand it to a third party.
Read the SBOM guide→Every detected package and library — name, version, type, license, PURL and supplier — with per-column filtering.
The relationships between components: which packages you pull in directly versus their transitive dependencies.
Components grouped by license type, so priority licenses for your compliance policy surface at a glance.
A 0–100 quality score built from component count, ecosystem coverage, and license, hash and supplier coverage.
The CycloneDX JSON drops straight into other SCA tools, vulnerability scanners and procurement systems. Need a human-friendly view? Export CSV and open it in any spreadsheet.
Generate a CycloneDX SBOM for any container image and export it in seconds.