-
-
Notifications
You must be signed in to change notification settings - Fork 343
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: Support for Security Hub #242
base: master
Are you sure you want to change the base?
feat: Support for Security Hub #242
Conversation
This PR has been automatically marked as stale because it has been open 30 days |
This is ready for a review |
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
|
This PR has been automatically marked as stale because it has been open 30 days |
Not stale: Looking for feedback on what to do regarding the changes that were made outside of this PR which are breaking the CI |
Description
Adding support for parsing of security hub messages into a readable slack message.
Examples:
![image](https://private-user-images.githubusercontent.com/5202527/386604985-1a87bf2f-5c72-4523-8061-8336705e2352.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5OTk2MDMsIm5iZiI6MTczODk5OTMwMywicGF0aCI6Ii81MjAyNTI3LzM4NjYwNDk4NS0xYTg3YmYyZi01YzcyLTQ1MjMtODA2MS04MzM2NzA1ZTIzNTIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDhUMDcyMTQzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZGEyMGFiY2JiY2YyYmUyZjRkMjQ5MjI3MzIyMDdmZDUxMjY2YTkyODQwMDNjMzAwODc1ZmRmYjdhM2ZjNWU0YSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.glMbroyY_tR8ng5Pe21MkiBNCyw2o7x2yMkSMK7ngAE)
Motivation and Context
#207
#221
Breaking Changes
None
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request