From e1017d60b045deaccdb0cf457393808596ea599f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 12:46:27 +0000 Subject: [PATCH] Update schema.v2.json --- static/schema/schema.v2.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/static/schema/schema.v2.json b/static/schema/schema.v2.json index 52f04bb..a6bb949 100644 --- a/static/schema/schema.v2.json +++ b/static/schema/schema.v2.json @@ -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,