Skip to content

Commit

Permalink
chore(sources): convert Red Hat temporary staging to GCS (#2645)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
andrewpollock authored Sep 24, 2024
1 parent 4eadc85 commit 00e0b94
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions source_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,14 +258,13 @@

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

- name: 'rockylinux'
Expand Down

0 comments on commit 00e0b94

Please sign in to comment.