Pull data from the national vulnerability database
336
Pull data from the national vulnerability database and push it to a GCP bucket
environment
docker run -e FILENAME="nvd-results.json" \
-e FORMAT="json" \
-e BUCKET={bucket-name} \
-e PROJECTID={project-id} \
-e GOOGLE_APPLICATION_CREDENTIALS=/google/key.json \
-v $(pwd):/google/ \
--rm clglavan/nvd-scrapper
https://clglavan.github.io/nvd-scrapper/
Content type
Image
Digest
Size
28.3 MB
Last updated
about 6 years ago
docker pull clglavan/nvd-scrapper