We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d719768 commit b8a2799Copy full SHA for b8a2799
source_test.yaml
@@ -44,6 +44,21 @@
44
editable: False
45
strict_validation: True
46
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
+
62
- name: 'android'
63
versions_from_repo: False
64
type: 1
0 commit comments