Skip to content

Commit

Permalink
feat(data source): add SUSE/openSUSE source to prod instance (#2634)
Browse files Browse the repository at this point in the history
Add SUSE and openSUSE source (around 20k records), details:
#2543
SUSE prefixes: `SUSE-SU-` (most records), `SUSE-OU-`, `SUSE-FU-` and
`SUSE-RU-`
openSUSE prefixes: `openSUSE-SU-`

Test instance PR: #2570
  • Loading branch information
hogo6002 authored Sep 19, 2024
1 parent 0d63403 commit 2c22e95
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,19 @@
editable: False
repo_username: 'git'

- name: 'suse'
versions_from_repo: False
rest_api_url: 'https://ftp.suse.com/pub/projects/security/osv/all.json'
type: 2
ignore_patterns: ['^(?!(?:open)?SUSE-[FORS]U-).*$'] # NOTE: Not currently supported for REST sources
directory_path: 'pub/projects/security/osv'
detect_cherrypicks: False
extension: '.json'
db_prefix: ['openSUSE-', 'SUSE-']
ignore_git: True
link: 'https://ftp.suse.com/pub/projects/security/osv/'
editable: False

- name: 'ubuntu'
versions_from_repo: False
type: 0
Expand Down

0 comments on commit 2c22e95

Please sign in to comment.