feat(checks): Add support for deprecating checks #6626
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
scan/misconfiguration
Issues relating to misconfiguration scanning
Milestone
Sometimes checks are no longer relevant themselves or apply to resources that have been deprecated. For instance AWS has retired EC2-Classic networking.
In such cases, we should deprecate a check that pertains to these resources as it no longer adds any value to the user.
We still would need to keep the check around, along with its AVD ID as we still would consider that ID to be taken up by this check. This would ensure that no other check can be mistakenly confused with this retired check.
Furthermore, AVD could also add some UI elements to indicate that this check is now deprecated.
The text was updated successfully, but these errors were encountered: