Skip to content

Commit

Permalink
feat: re-enable UBUNTU-CVE- into test instance
Browse files Browse the repository at this point in the history
  • Loading branch information
hogo6002 committed Sep 11, 2024
1 parent fae251d commit 8f747d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand Down

0 comments on commit 8f747d4

Please sign in to comment.