We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2662fb7 commit a2b4dd2Copy full SHA for a2b4dd2
_validate/addonVersion_schema.json
@@ -58,7 +58,8 @@
58
"sha256",
59
"sourceURL",
60
"license",
61
- "translations"
+ "translations",
62
+ "vtScanUrl"
63
],
64
"properties": {
65
"addonId": {
@@ -286,6 +287,20 @@
286
287
288
"title": "VirusTotal scan URL",
289
"type": "string"
290
+ },
291
+ "scanResults": {
292
+ "$id": "#/properties/scanResults",
293
+ "default": {},
294
+ "description": "Results from dynamic and static code scanning.",
295
+ "examples": [
296
+ {
297
+ "virusTotal": {},
298
+ "codeQL-warnings": {},
299
+ "codeQL-errors": {}
300
+ }
301
+ ],
302
+ "title": "Scan results",
303
+ "type": "object"
304
}
305
},
306
"$defs": {
0 commit comments