From 02be83f53a916223f64e5961d08251316aa0e889 Mon Sep 17 00:00:00 2001 From: Vasily Kleschov Date: Mon, 11 May 2026 17:42:50 +0200 Subject: [PATCH] feat: Add TuxCare ecosystem ingestion into production Signed-off-by: Vasily Kleschov --- source.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source.yaml b/source.yaml index c705f8df768..810c15e8826 100644 --- a/source.yaml +++ b/source.yaml @@ -557,6 +557,20 @@ editable: False strict_validation: False +- name: 'tuxcare' + versions_from_repo: False + type: 0 + ignore_patterns: ['^(?!CLSA-).*$'] + directory_path: 'data' + repo_url: 'https://github.com/cloudlinux/tuxcare-osv.git' + detect_cherrypicks: False + extension: '.json' + db_prefix: ['CLSA-'] + ignore_git: False + link: 'https://github.com/cloudlinux/tuxcare-osv/tree/main/' + editable: False + strict_validation: True + - name: 'ubuntu-cve' versions_from_repo: False type: 0