Skip to content

Commit

Permalink
Add missing criteria to identify duplicate clamav backlog items
Browse files Browse the repository at this point in the history
  • Loading branch information
8R0WNI3 committed Apr 4, 2024
1 parent b63aa54 commit 073f93a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions k8s/backlog.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ def iter_existing_backlog_items_for_artefact(
if service is config.Services.BDBA:
if crd_artefact.as_frozenset() == artefact.as_frozenset():
yield backlog_crd
elif service is config.Services.CLAMAV:
if crd_artefact.as_frozenset() == artefact.as_frozenset():
yield backlog_crd
elif service is config.Services.ISSUE_REPLICATOR:
if (
crd_artefact.artefact_kind == artefact.artefact_kind and
Expand Down

0 comments on commit 073f93a

Please sign in to comment.