From 134d90bb66b9163d01cd6945c111f7689da05f76 Mon Sep 17 00:00:00 2001 From: Daniel D'Avella Date: Tue, 3 Dec 2024 17:40:54 -0500 Subject: [PATCH] Change change.findings => fixedFindings --- codetf.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codetf.schema.json b/codetf.schema.json index 94a2551..bc8bb9a 100644 --- a/codetf.schema.json +++ b/codetf.schema.json @@ -216,7 +216,7 @@ "description": "The package actions that were needed to support changes to the file", "items": { "$ref": "#/definitions/packageAction" } }, - "findings": { + "fixedFindings": { "type": "array", "description": "List of findings that were fixed at this location", "items": { "$ref": "#/definitions/detector/fixedFinding" }