There was an error while loading. Please reload this page.
1 parent c354ac0 commit 6a91179Copy full SHA for 6a91179
2 files changed
vulnerabilities/importers/ubuntu.py
vulnerabilities/pipelines/remove_duplicate_advisories.py
@@ -18,6 +18,7 @@ class RemoveDuplicateAdvisoriesPipeline(VulnerableCodePipeline):
18
"""Pipeline to compute new advisory content id and remove duplicate advisories based on their content."""
19
20
pipeline_id = "remove_duplicate_advisories"
21
+ run_once = True
22
23
@classmethod
24
def steps(cls):
0 commit comments