Skip to content

Commit 2f0c3e5

Browse files
Update schema.v2.json
1 parent fc22320 commit 2f0c3e5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

static/schema/schema.v2.json

+17
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,23 @@
519519
"additionalProperties": false,
520520
"default": {},
521521
"description": "Checkov is a static code analysis tool for infrastructure-as-code files."
522+
},
523+
"detekt": {
524+
"type": "object",
525+
"properties": {
526+
"enabled": {
527+
"type": "boolean",
528+
"default": true,
529+
"description": "Enable Detekt | Detekt is a static code analysis tool for Kotlin files."
530+
},
531+
"config_file": {
532+
"type": "string",
533+
"description": "Optional path to the Detekt configuration file relative to the repository."
534+
}
535+
},
536+
"additionalProperties": false,
537+
"default": {},
538+
"description": "Detekt is a static code analysis tool for Kotlin files."
522539
}
523540
},
524541
"additionalProperties": false,

0 commit comments

Comments
 (0)