diff --git a/source.yaml b/source.yaml index 1d9d1a677ec..340cc883a13 100644 --- a/source.yaml +++ b/source.yaml @@ -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