fix(check_name): Remove check_name (#1307)

This commit is contained in:
Pepe Fagoaga
2022-08-03 16:38:53 +02:00
committed by GitHub
parent 0c2ed53c54
commit b59042d9e9

View File

@@ -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