Skip to content

Commit bf13a49

Browse files
Update schema.v2.json
1 parent 65ca0c2 commit bf13a49

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

static/schema/schema.v2.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,6 +1063,19 @@
10631063
"additionalProperties": false,
10641064
"default": {},
10651065
"description": "checkmake is a linter for Makefiles."
1066+
},
1067+
"osvScanner": {
1068+
"type": "object",
1069+
"properties": {
1070+
"enabled": {
1071+
"type": "boolean",
1072+
"default": true,
1073+
"description": "Enable OSV Scanner | OSV Scanner is a tool for vulnerability package scanning | v2.1.0"
1074+
}
1075+
},
1076+
"additionalProperties": false,
1077+
"default": {},
1078+
"description": "OSV Scanner is a tool for vulnerability package scanning."
10661079
}
10671080
},
10681081
"additionalProperties": false,

0 commit comments

Comments
 (0)