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 Jun 25, 2024
1 parent 0b409fc commit e1017d6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions static/schema/schema.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,19 @@
"additionalProperties": false,
"default": {},
"description": "Gitleaks is a secret scanner."
},
"checkov": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"default": true,
"description": "Enable Checkov | Checkov is a static code analysis tool for infrastructure-as-code files."
}
},
"additionalProperties": false,
"default": {},
"description": "Checkov is a static code analysis tool for infrastructure-as-code files."
}
},
"additionalProperties": false,
Expand Down

0 comments on commit e1017d6

Please sign in to comment.