24 lines
605 B
JSON
24 lines
605 B
JSON
{
|
|
"$schema": "../av-report.schema.json",
|
|
"scanner": "clamav",
|
|
"scannerVersion": "1.4.1",
|
|
"startedAt": "2025-12-02T00:02:00Z",
|
|
"completedAt": "2025-12-02T00:04:30Z",
|
|
"status": "clean",
|
|
"artifacts": [
|
|
{
|
|
"path": "chunks/advisories-0001.tzst",
|
|
"sha256": "1234123412341234123412341234123412341234123412341234123412341234",
|
|
"result": "clean",
|
|
"yaraRules": []
|
|
},
|
|
{
|
|
"path": "chunks/vex-0001.tzst",
|
|
"sha256": "4321432143214321432143214321432143214321432143214321432143214321",
|
|
"result": "clean",
|
|
"yaraRules": []
|
|
}
|
|
],
|
|
"errors": []
|
|
}
|