We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329bc85 commit c28642fCopy full SHA for c28642f
vulnfeeds/cmd/debian/run_debian_convert.sh
@@ -22,5 +22,5 @@ echo "Begin syncing NVD data from GCS bucket ${INPUT_BUCKET}"
22
gcloud --no-user-output-enabled storage -q cp "gs://${INPUT_BUCKET}/nvd/*-????.json" "${CVE_OUTPUT}"
23
echo "Successfully synced from GCS bucket"
24
25
-./debian-osv -output_bucket "$OUTPUT_BUCKET" -output_path "$OSV_OUTPUT_PATH" -num_workers "$WORKERS"
26
-echo "Successfully converted and uploaded to cloud"
+./debian -output_bucket "$OUTPUT_BUCKET" -output_path "$OSV_OUTPUT_PATH" -num_workers "$WORKERS"
+echo "Successfully converted and uploaded to cloud"
0 commit comments