rm-hull / nvd-clojure

National Vulnerability Database dependency checker for Clojure projects
MIT License
273 stars 35 forks source link

Option to only fill the DB without analysing #162

Open vemv opened 1 year ago

vemv commented 1 year ago

This would help authoring nicely cacheable CI integrations, that cache the DB even if the run will fail.

The progam should exit with non-zero code if any http call failed (while honoring :ossindex-warn-only-on-remote-errors etc.)