Skip to content

Commit b8a2799

Browse files
authored
feat(datasources): Enable Alpine-CVE ingestion in test (#4009)
Blocked by #3954
1 parent d719768 commit b8a2799

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

source_test.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: True
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: 'osv-test-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/osv-test-cve-osv-conversion/alpine/'
59+
editable: False
60+
strict_validation: True
61+
4762
- name: 'android'
4863
versions_from_repo: False
4964
type: 1

0 commit comments

Comments
 (0)