Skip to content

Rule aws_guardduty_member_invalid_email has bad regex #923

@acwwat

Description

@acwwat

A recent update has introduced a badly generated regex pattern to the rule aws_guardduty_member_invalid_email which causes the check to always fail:

		pattern:       regexp.MustCompile(`^See rules in parameter description$`),

The only workaround is to disable the rule for now. Please address the issue upstream at the source where the code is generated so that the rule can be updated with the correct email regex.

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