Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cwe): add CreateSecurityGroup #9487

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

nitrocode
Copy link
Contributor

what

  • add CreateSecurityGroup as an easy event

why

This allows us to write the following

    mode:
      type: cloudtrail
      events:
        - CreateSecurityGroup

Instead of

    mode:
      type: cloudtrail
      events:
        - source: ec2.amazonaws.com
          event: CreateSecurityGroup
          ids: "responseElements.groupId"

@nitrocode nitrocode requested a review from kapilt as a code owner May 7, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant