Skip to content

Commit

Permalink
feat(data source): re-enable UBUNTU-CVE- into prod instance (#2635)
Browse files Browse the repository at this point in the history
Add [`UBUNTU-CVE-`
records](https://github.com/canonical/ubuntu-security-notices/tree/main/osv/cve)
into prod instance

Test instance PR: #2607
  • Loading branch information
hogo6002 authored Sep 19, 2024
1 parent 2c22e95 commit d51109b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,12 +313,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 d51109b

Please sign in to comment.