mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 23:05:05 +00:00
fix(check_name): Remove check_name (#1307)
This commit is contained in:
@@ -25,7 +25,7 @@ class Check_Output_JSON(BaseModel):
|
||||
OrganizationsInfo: Optional[AWS_Organizations_Info]
|
||||
Region: str = ""
|
||||
CheckID: str
|
||||
CheckName: str
|
||||
# CheckName: str
|
||||
CheckTitle: str
|
||||
CheckType: str
|
||||
ServiceName: str
|
||||
@@ -106,7 +106,7 @@ class Check_Output_CSV:
|
||||
account_tags: str
|
||||
region: str
|
||||
check_id: str
|
||||
check_name: str
|
||||
# check_name: str
|
||||
check_title: str
|
||||
check_type: str
|
||||
status: str
|
||||
@@ -160,7 +160,7 @@ class Check_Output_CSV:
|
||||
self.account_tags = organizations.account_details_tags
|
||||
self.region = report.region
|
||||
self.check_id = report.check_metadata.CheckID
|
||||
self.check_name = report.check_metadata.CheckName
|
||||
# self.check_name = report.check_metadata.CheckName
|
||||
self.check_title = report.check_metadata.CheckTitle
|
||||
self.check_type = report.check_metadata.CheckType
|
||||
self.status = report.status
|
||||
|
||||
Reference in New Issue
Block a user