Skip to content

Commit

Permalink
Add generate test fixtures
Browse files Browse the repository at this point in the history
Signed-off-by: Adolfo García Veytia (Puerco) <[email protected]>
  • Loading branch information
puerco committed Dec 15, 2023
1 parent 448944a commit 5f44388
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pkg/ctl/testdata/templates/oci-vexctl.openvex.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"@context": "https://openvex.dev/ns/v0.2.0",
"@id": "https://openvex.dev/docs/public/vex-4d0ddb41ceda9b98b3fb2d17c5a1b8e264a0c1aca03c726cf0486f7e602f65d2",
"author": "Unknown Author",
"timestamp": "2023-12-14T17:25:52.227708106-06:00",
"version": 1,
"statements": [
{
"vulnerability": {
"name": "CVE-2014-12345678"
},
"timestamp": "2023-12-14T17:25:52.227708816-06:00",
"products": [
{
"@id": "pkg:oci/vexctl"
}
],
"status": "not_affected",
"justification": "vulnerable_code_not_present"
}
]
}

0 comments on commit 5f44388

Please sign in to comment.