From 7ae05249849d5b2ccda5d1a4e9300f999732b488 Mon Sep 17 00:00:00 2001 From: Vasily Kleschov Date: Wed, 4 Mar 2026 13:51:56 +0100 Subject: [PATCH] feat: Add test ingestion of advisories for Tuxcare ecosystem Signed-off-by: Vasily Kleschov --- source_test.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source_test.yaml b/source_test.yaml index 09f6a3b666b..1cd6def7a05 100644 --- a/source_test.yaml +++ b/source_test.yaml @@ -543,6 +543,20 @@ editable: False strict_validation: True +- 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