Skip to content

Commit

Permalink
Update schema.v2.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 16, 2024
1 parent fc22320 commit 2f0c3e5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions static/schema/schema.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,23 @@
"additionalProperties": false,
"default": {},
"description": "Checkov is a static code analysis tool for infrastructure-as-code files."
},
"detekt": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"default": true,
"description": "Enable Detekt | Detekt is a static code analysis tool for Kotlin files."
},
"config_file": {
"type": "string",
"description": "Optional path to the Detekt configuration file relative to the repository."
}
},
"additionalProperties": false,
"default": {},
"description": "Detekt is a static code analysis tool for Kotlin files."
}
},
"additionalProperties": false,
Expand Down

0 comments on commit 2f0c3e5

Please sign in to comment.