v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141148.9 KB

Scans a provided CycloneDX 1.5 SBOM and reports on any vulnerabilities discovered in that SBOM. You can generate compatible SBOMs for your resources using the Amazon Inspector SBOM generator.

The output of this action reports NVD and CVSS scores when NVD and CVSS scores are available. Because the output reports both scores, you might notice a discrepency between them. However, you can triage the severity of either score depending on the vendor of your choosing.

post/scan/sbom

Request body

sbomobject required

The JSON file for the SBOM you want to scan. The SBOM must be in CycloneDX 1.5 format. This format limits you to passing 2000 components before throwing a <code>ValidException</code> error.

outputFormat'CYCLONE_DX_1_5' | 'INSPECTOR' | 'INSPECTOR_ALT'

The output format for the vulnerability report.

Response

Success

sbomobject

The vulnerability report for the scanned SBOM.

All 1 operations