Skip to content

Commit 5175ded

Browse files
authored
feat(datasources): Enable Debian-CVE ingestion in prod (#3908)
to be merged after we're happy with #3907
1 parent c21f9e6 commit 5175ded

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

deployment/clouddeploy/gke-workers/environments/oss-vdb/debian-cve-convert.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ spec:
1313
- name: GOOGLE_CLOUD_PROJECT
1414
value: oss-vdb
1515
- name: OUTPUT_GCS_BUCKET
16-
value: debian-osv
16+
value: debian-osv
17+
- name: INPUT_GCS_BUCKET
18+
value: cve-osv-conversion
19+
- name: NUM_WORKERS
20+
value: '256'

source.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,21 @@
131131
editable: False
132132
strict_validation: True
133133

134+
- name: 'debian-cve'
135+
versions_from_repo: False
136+
type: 1
137+
ignore_patterns: ['^(?!DEBIAN-).*$']
138+
directory_path: 'debian-cve-osv'
139+
detect_cherrypicks: False
140+
extension: '.json'
141+
bucket: 'debian-osv'
142+
db_prefix: ['DEBIAN-']
143+
ignore_git: True
144+
human_link: 'https://security-tracker.debian.org/tracker/{{ BUG_ID | replace("CURL-", "") }}'
145+
link: 'https://storage.googleapis.com/debian-osv/'
146+
editable: False
147+
strict_validation: True
148+
134149
- name: 'debian-dla'
135150
versions_from_repo: False
136151
type: 1

0 commit comments

Comments
 (0)