Skip to content

Commit

Permalink
feat(sast): adding extended code block (#6178)
Browse files Browse the repository at this point in the history
.

Co-authored-by: pazbechor <[email protected]>
Co-authored-by: achiar99 <[email protected]>
  • Loading branch information
3 people authored Apr 16, 2024
1 parent 795432c commit aff1708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checkov/common/sast/report_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class MatchLocation(BaseModel):
start: Point # noqa: CCE003
end: Point # noqa: CCE003
code_block: str # noqa: CCE003
extended_code_block: Optional[Dict[str, Any]] = None # noqa: CCE003

@model_serializer
def serialize_model(self) -> Dict[str, Any]:
Expand Down

0 comments on commit aff1708

Please sign in to comment.