Skip to content

Error in # CIS Checks 4.15 #1870

@hslange

Description

@hslange

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions