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 65ca0c2 commit bf13a49Copy full SHA for bf13a49
static/schema/schema.v2.json
@@ -1063,6 +1063,19 @@
1063
"additionalProperties": false,
1064
"default": {},
1065
"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."
1079
}
1080
},
1081
0 commit comments