Skip to content

Commit 355a73e

Browse files
Add test ingestion of advisories for Tuxcare ecosystem
Signed-off-by: Vasily Kleschov <vkleschov@cloudlinux.com>
1 parent 4fcedbd commit 355a73e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

source_test.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,20 @@
543543
editable: False
544544
strict_validation: True
545545

546+
- name: 'tuxcare'
547+
versions_from_repo: False
548+
type: 0
549+
ignore_patterns: ['^(?!CLSA-).*$']
550+
directory_path: 'data'
551+
repo_url: 'https://github.com/cloudlinux/tuxcare-osv.git'
552+
detect_cherrypicks: False
553+
extension: '.json'
554+
db_prefix: ['CLSA-']
555+
ignore_git: False
556+
link: 'https://github.com/cloudlinux/tuxcare-osv/tree/main/'
557+
editable: False
558+
strict_validation: True
559+
546560
- name: 'ubuntu-cve'
547561
versions_from_repo: False
548562
type: 0

0 commit comments

Comments
 (0)