Skip to content

SBOM Ingestion

Franco Stramana edited this page Aug 18, 2023 · 2 revisions

To uncover potential compliance issues in your Open Source project now you will be able to attach an SBOM file including the list of components you don’t want to see in the audit results.

Supported Format

{
    "components": [
        {
            "purl": "pkg:npm/firetool"
        },
        {
            "purl": "pkg:github/francostramana/firetools"
        }
    ]
}
Clone this wiki locally