Skip to content

Commit

Permalink
Add fixedFindings field to ChangeSet
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Dec 3, 2024
1 parent 9298576 commit 84678c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions codetf.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@
"provisional": {
"type": "boolean",
"description": "Indicates that the fix is provisional"
},
"fixedFindings": {
"type": "array",
"description": "List of findings that were fixed by this changeset",
"items": { "$ref": "#/definitions/detector/fixedFinding" }
}
},
"required": ["path", "diff", "changes"]
Expand Down

0 comments on commit 84678c2

Please sign in to comment.