docs: add multi-ecosystem sbom fixtures for vuln parity

This commit is contained in:
StellaOps Bot
2025-12-06 10:37:41 +00:00
parent ee317d3f61
commit 6145d89468
9 changed files with 198 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
{
"bomFormat": "CycloneDX",
"specVersion": "1.5",
"version": 1,
"components": [
{"type": "container", "name": "example", "version": "1.0.0"}
]
}