We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc22320 commit 2f0c3e5Copy full SHA for 2f0c3e5
static/schema/schema.v2.json
@@ -519,6 +519,23 @@
519
"additionalProperties": false,
520
"default": {},
521
"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."
539
}
540
},
541
0 commit comments