generated from oracle-devrel/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
CIS Check 4.15 for Cloud Guard Check events in the Cloud Guard Reporting Region contains a bug.
Line 4517 contains the following construct:
elif key == "4.15" and self.self.__cloud_guard_config_status == 'ENABLED' and event['region'] == self.__cloud_guard_config.reporting_region and \
self.self.__cloud_guard_config_status does not exist and this is throwing an error (resulting in an error file to be created).
Changing this to self.__cloud_guard_config_status solves the issue.
Hope this can be fixed and will help to run the report smoothly and without throwing errors
Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels