Skip to content

Commit 00e0b94

Browse files
chore(sources): convert Red Hat temporary staging to GCS (#2645)
The temporary GitHub repo set up for ingestion is using [LFS](https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github), which the Importer does not support, so I have copied the repo's contents to an existing GCS bucket for a one-time test import.
1 parent 4eadc85 commit 00e0b94

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

source_test.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -258,14 +258,13 @@
258258

259259
- name: 'redhat-stage'
260260
versions_from_repo: False
261-
type: 0
261+
type: 1
262+
bucket: 'osv-test-cve-osv-conversion'
263+
directory_path: 'redhat-temporary'
262264
ignore_patterns: ['^(?!RH[BES]{1}A-).*$']
263-
repo_url: 'https://github.com/jasinner/redhat-osv.git'
264-
detect_cherrypicks: False
265265
extension: '.json'
266266
db_prefix: ['RHBA-', 'RHEA-', 'RHSA-']
267-
ignore_git: False
268-
link: 'https://github.com/jasinner/redhat-osv/blob/main/'
267+
link: 'https://storage.googleapis.com/osv-test-cve-osv-conversion/'
269268
editable: False
270269

271270
- name: 'rockylinux'

0 commit comments

Comments
 (0)