docs consolidation and others
This commit is contained in:
23
docs/modules/airgap/samples/av-report.sample.json
Normal file
23
docs/modules/airgap/samples/av-report.sample.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$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": []
|
||||
}
|
||||
Reference in New Issue
Block a user