Skip to content

Commit 71f7009

Browse files
authored
fix: missing flag for Debian conversion (#4040)
1 parent eecb269 commit 71f7009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vulnfeeds/cmd/debian/run_debian_convert.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ echo "Begin syncing NVD data from GCS bucket ${INPUT_BUCKET}"
2222
gcloud --no-user-output-enabled storage -q cp "gs://${INPUT_BUCKET}/nvd/*-????.json" "${CVE_OUTPUT}"
2323
echo "Successfully synced from GCS bucket"
2424

25-
./debian -output_bucket "$OUTPUT_BUCKET" -output_path "$OSV_OUTPUT_PATH" -num_workers "$WORKERS"
25+
./debian -output_bucket "$OUTPUT_BUCKET" -output_path "$OSV_OUTPUT_PATH" -num_workers "$WORKERS" -uploadToGCS
2626
echo "Successfully converted and uploaded to cloud"

0 commit comments

Comments
 (0)