Files
git.stella-ops.org/tests/fixtures/invalid/cyclonedx-wrong-version.json
StellaOps Bot 2a06f780cf sprints work
2025-12-25 12:19:12 +02:00

12 lines
315 B
JSON

{
"$comment": "INTENTIONALLY INVALID CycloneDX fixture for negative testing.",
"$comment2": "specVersion 2.0 does not exist and should fail schema validation.",
"bomFormat": "CycloneDX",
"specVersion": "2.0",
"version": 1,
"metadata": {
"timestamp": "2025-12-25T00:00:00Z"
},
"components": []
}