clj-commons / clj-yaml

YAML encoding and decoding for Clojure
Other
122 stars 26 forks source link

ci: vulnerability scan tweaks #126

Closed lread closed 5 months ago

lread commented 5 months ago

I don't see a need to use a custom path for the nvd database, so turfed that complexity. Let it go to its default spot under ~/.m2/repository...

Don't base github action cache on date, base it instead on deps and bb.edn.

Use action/cache/restore and actions/cache/save to control caching. This should allow us to save nvd database for subsequent runs.