We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b409fc commit e1017d6Copy full SHA for e1017d6
static/schema/schema.v2.json
@@ -503,6 +503,19 @@
503
"additionalProperties": false,
504
"default": {},
505
"description": "Gitleaks is a secret scanner."
506
+ },
507
+ "checkov": {
508
+ "type": "object",
509
+ "properties": {
510
+ "enabled": {
511
+ "type": "boolean",
512
+ "default": true,
513
+ "description": "Enable Checkov | Checkov is a static code analysis tool for infrastructure-as-code files."
514
+ }
515
516
+ "additionalProperties": false,
517
+ "default": {},
518
+ "description": "Checkov is a static code analysis tool for infrastructure-as-code files."
519
}
520
},
521
0 commit comments