Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(1) Bump awsfindingsmanagerlib to 1.2.0
(2) Update the EventBridge rule for detecting Security Hub findings events, triggering the findings manager events lambda.
With the current filter structure, the support for SecurityHub integrations is not working.
If the end user is using the jira integration nothing changes. The query then already includes all possible compliance statusses. If the end user is not using the jira integration now also compliance status
PASSED
andNOT_AVAILABLE
are included, but this should not lead to many more invoications since thePASSED
compliance status is not possible incombination with theNEW
orNOTIFIED
workflow status.More information:
https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_Workflow.html
https://docs.aws.amazon.com/securityhub/latest/userguide/controls-overall-status.html