Skip to content

Commit e1017d6

Browse files
Update schema.v2.json
1 parent 0b409fc commit e1017d6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

static/schema/schema.v2.json

+13
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,19 @@
503503
"additionalProperties": false,
504504
"default": {},
505505
"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."
506519
}
507520
},
508521
"additionalProperties": false,

0 commit comments

Comments
 (0)