Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: Support for Security Hub #242

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

Merged
bryantbiggs merged 29 commits into terraform-aws-modules:master from kaykhan:kay/aws-security-hub
Mar 12, 2025

Conversation

@kaykhan
Copy link
Contributor

@kaykhan kaykhan commented Nov 15, 2024

Description

Adding support for parsing of security hub messages into a readable slack message.

{
 "detail-type": ["Security Hub Findings - Imported"],
 "source": ["aws.securityhub"]
}

image

Examples:
image

image

Motivation and Context

#207
#221

Breaking Changes

None

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

aldenquimby reacted with heart emoji
@kaykhan kaykhan changed the title (削除) Support for Security Hub (削除ここまで) (追記) feat: Support for Security Hub (追記ここまで) Nov 15, 2024
@bryantbiggs bryantbiggs marked this pull request as draft November 15, 2024 15:58
@kaykhan kaykhan marked this pull request as ready for review December 2, 2024 09:35
Copy link

github-actions bot commented Jan 2, 2025

This PR has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this PR will be closed in 10 days

Copy link
Contributor Author

kaykhan commented Jan 2, 2025

This is ready for a review

Copy link
Member

CI failed check needs to be remediated

Copy link
Contributor Author

kaykhan commented Jan 7, 2025
edited
Loading

CI failed check needs to be remediated

Fixed the majority of them - some of the linting issue i believe are not a result of my changes. Especially

/notify_slack.py:506:1: C901 'get_slack_message_payload' is too complex (11)

Copy link

github-actions bot commented Feb 7, 2025

This PR has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this PR will be closed in 10 days

Copy link
Contributor Author

kaykhan commented Feb 7, 2025

Not stale: Looking for feedback on what to do regarding the changes that were made outside of this PR which are breaking the CI

Copy link

This PR has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this PR will be closed in 10 days

Copy link
Contributor Author

kaykhan commented Mar 11, 2025

Not stale: Looking for feedback on what to do regarding the changes that were made outside of this PR which are breaking the CI

Copy link
Member

Not stale: Looking for feedback on what to do regarding the changes that were made outside of this PR which are breaking the CI

Fix it?

kaykhan reacted with eyes emoji

Copy link
Contributor Author

kaykhan commented Mar 11, 2025

@bryantbiggs I misunderstood the error message given by flake8. Refactoring parsing of the notification into a dedicated function should resolve the complexity error.

bryantbiggs reacted with thumbs up emoji

Copy link
Member

@bryantbiggs bryantbiggs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

kaykhan reacted with thumbs up emoji
@bryantbiggs bryantbiggs merged commit 3aef5ba into terraform-aws-modules:master Mar 12, 2025
8 checks passed
antonbabenko pushed a commit that referenced this pull request Mar 12, 2025
## [6.6.0](v6.5.2...v6.6.0) (2025年03月12日)
### Features
* Support for Security Hub ([#242](#242)) ([3aef5ba](3aef5ba))
Copy link
Member

This PR is included in version 6.6.0 🎉

Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Reviewers

@bryantbiggs bryantbiggs bryantbiggs approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /