Skip to content

Commit 8902acf

Browse files
authored
feat: enable Alpine ingestion (#4059)
1 parent 90dc603 commit 8902acf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

source.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,21 @@
4444
editable: False
4545
strict_validation: False
4646

47+
- name: 'alpine'
48+
versions_from_repo: False
49+
type: 1
50+
ignore_patterns: ['^(?!ALPINE-).*$']
51+
directory_path: 'alpine'
52+
detect_cherrypicks: False
53+
extension: '.json'
54+
bucket: 'cve-osv-conversion'
55+
db_prefix: ['ALPINE-']
56+
ignore_git: True
57+
human_link: 'https://security.alpinelinux.org/vuln/{{ BUG_ID | replace("ALPINE-", "") }}'
58+
link: 'https://storage.googleapis.com/cve-osv-conversion/'
59+
editable: False
60+
strict_validation: True
61+
4762
- name: 'android'
4863
versions_from_repo: False
4964
type: 1

0 commit comments

Comments
 (0)