Skip to content

Commit

Permalink
Fix validation error
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Apr 29, 2024
1 parent babb97d commit f82aa0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/amazon-security-lake/src/models/ocsf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class FindingABC(pydantic.BaseModel, abc.ABC):
class_uid: int
count: int
message: str
metadata: Metadata
metadata: Metadata = Metadata()
raw_data: str
resources: typing.List[Resource]
risk_score: int
Expand Down

0 comments on commit f82aa0f

Please sign in to comment.