This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
EBS Auditor: Issues are not removed on volume deletion #164
Labels
cinq-auditor-ebs
EBS Volume Attachment Auditor
When a volume which has an associated issue is deleted, before being fixed, the issue is not correctly removed, but instead causes the auditor to crash with a
NoneType
exceptionTo avoid this, we need to check if the
issue.volume
reference isNone
during the cleanup phase, as this will only beNone
if the resource it references doesn't exist, ie. the volume has been deletedThe text was updated successfully, but these errors were encountered: