Skip to content

Commit

Permalink
add ingest-debsrc - debian bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe committed Apr 22, 2024
1 parent de76668 commit 6d3b7c7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ingest-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ jobs:
PGHOST: postgres
PGPORT: 5432

- name: Run data ingestion (ingest-debsrc - debian bookworm)
run: glvd-data ingest-debsrc debian bookworm data/ingest-debsrc/lists/deb.debian.org_debian_dists_bookworm_main_source_Sources
env:
PGUSER: glvd
PGDATABASE: glvd
PGPASSWORD: glvd
PGHOST: postgres
PGPORT: 5432

- name: Run data ingestion (ingest-debsec - debian)
run: glvd-data ingest-debsec debian security-tracker/data
env:
Expand Down

0 comments on commit 6d3b7c7

Please sign in to comment.