fix(parsers): retry quarantined ROPK snapshots
Some checks failed
CI/CD Pipeline / Quality Gate (push) Successful in 1m11s
CI/CD Pipeline / Build and Push Images (push) Successful in 18s
CI/CD Pipeline / Internal Notify (push) Successful in 1s
CI/CD Pipeline / Deploy Dev via Compose (push) Failing after 11s

This commit is contained in:
2026-08-20 18:24:22 +02:00
parent c6f313090e
commit 7a8e5765ad
2 changed files with 41 additions and 0 deletions

View File

@@ -302,6 +302,7 @@ def import_ropk_sanctions( # noqa: C901
source=ROPK_SANCTIONS_SOURCE,
sha256=sha256,
status=ParserSourceArtifact.Status.PUBLISHED,
quarantined_count=0,
)
.exclude(uid=artifact.uid)
.order_by("-created_at")