Skip to content

Commit b8d504e

Browse files
committed
Add scan results to schema
1 parent 2662fb7 commit b8d504e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

_validate/addonVersion_schema.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,20 @@
286286
],
287287
"title": "VirusTotal scan URL",
288288
"type": "string"
289+
},
290+
"scanResults": {
291+
"$id": "#/properties/scanResults",
292+
"default": {},
293+
"description": "Results from dynamic and static code scanning.",
294+
"examples": [
295+
{
296+
"virusTotal": {},
297+
"codeQL-warnings": {},
298+
"codeQL-errors": {}
299+
}
300+
],
301+
"title": "Scan results",
302+
"type": "object"
289303
}
290304
},
291305
"$defs": {

0 commit comments

Comments
 (0)