org-formation / aws-resource-providers

A community driven repository where you can find AWS Resource Type Providers for different purposes (including org-formation ones).
MIT License
88 stars 21 forks source link

chore: unsuppress findings for rule that got enabled #112

Closed OlafConijn closed 1 year ago

OlafConijn commented 1 year ago

this modifies the StandardsControl resource to 1) add a note to the findings it suppresses 2) unsuppress findings if a rule gets enabled

as previous versions did not get a note it will unsuppress all findings against the control that got enabled. if the findings got suppressed by this version (or higher) it will only unsuppress findings it did suppress itself (using NoteUpdatedBy)