sprints work
This commit is contained in:
11
tests/fixtures/invalid/cyclonedx-wrong-version.json
vendored
Normal file
11
tests/fixtures/invalid/cyclonedx-wrong-version.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$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": []
|
||||
}
|
||||
Reference in New Issue
Block a user