From 6d3b7c7ab0c7c0531f2f17f28a5747e3a5e62b15 Mon Sep 17 00:00:00 2001 From: Florian Wilhelm Date: Mon, 22 Apr 2024 16:31:44 +0200 Subject: [PATCH] add ingest-debsrc - debian bookworm --- .github/workflows/ingest-snapshot.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ingest-snapshot.yaml b/.github/workflows/ingest-snapshot.yaml index de8584e..a59b1da 100644 --- a/.github/workflows/ingest-snapshot.yaml +++ b/.github/workflows/ingest-snapshot.yaml @@ -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: