diff --git a/security_monkey/auditor.py b/security_monkey/auditor.py index e42665e51..63d968f0c 100644 --- a/security_monkey/auditor.py +++ b/security_monkey/auditor.py @@ -157,6 +157,7 @@ def read_previous_items(self): region=item.region, account=item.account.name, name=item.name, + arn=item.arn, new_config=item_revision.config) new_item.audit_issues = [] new_item.db_item = item @@ -177,6 +178,7 @@ def read_previous_items_for_account(self, index, account): region=item.region, account=item.account.name, name=item.name, + arn=item.arn, new_config=item_revision.config) new_item.audit_issues = [] new_item.db_item = item