Skip to content

Commit 6474f3a

Browse files
committed
Add precedence to tuxcare importer
Signed-off-by: Sampurna Pyne <sampurnapyne1710@gmail.com>
1 parent 66a251a commit 6474f3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vulnerabilities/pipelines/v2_importers/tuxcare_importer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ class TuxCareImporterPipeline(VulnerableCodeBaseImporterPipelineV2):
3333
spdx_license_expression = "Apache-2.0"
3434
license_url = "https://tuxcare.com/legal"
3535

36+
precedence = 100
37+
3638
@classmethod
3739
def steps(cls):
3840
return (

0 commit comments

Comments
 (0)