From afdbef0c49fac58984098b1563bec4b1c94c45e8 Mon Sep 17 00:00:00 2001 From: Holly Gong Date: Wed, 18 Sep 2024 16:29:04 +1000 Subject: [PATCH] feat(data source): add SUSE/openSUSE source to prod instance --- source.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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