From 8f747d48cb81b208e2dd43b2e2399a4e4c9fca16 Mon Sep 17 00:00:00 2001 From: Holly Gong Date: Wed, 11 Sep 2024 16:21:26 +1000 Subject: [PATCH] feat: re-enable UBUNTU-CVE- into test instance --- source_test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source_test.yaml b/source_test.yaml index 11bef692a55..22638c938c4 100644 --- a/source_test.yaml +++ b/source_test.yaml @@ -311,12 +311,12 @@ - name: 'ubuntu' versions_from_repo: False type: 0 - ignore_patterns: ['^(?!USN-).*$'] + ignore_patterns: ['^(?!(USN|UBUNTU)-).*$'] directory_path: 'osv' repo_url: 'https://github.com/canonical/ubuntu-security-notices.git' detect_cherrypicks: False extension: '.json' - db_prefix: ['USN-'] + db_prefix: ['USN-', 'UBUNTU-'] ignore_git: False human_link: 'https://ubuntu.com/security/notices/{{ BUG_ID }}' link: 'https://github.com/canonical/ubuntu-security-notices/blob/main/'