debcvescan icon indicating copy to clipboard operation
debcvescan copied to clipboard

[feature request] crontab files

Open AdUser opened this issue 1 year ago • 0 comments

Please add in debian package cron file for preiodic cve database refresh and scans. Something like this:

/etc/cron.d/debcvescan:

MAILTO=root

25 1 * * * daemon test -x /usr/bin/debcvescan && /usr/bin/debcvescan download
35 2 * * * daemon test -x /usr/bin/debcvescan && /usr/bin/debcvescan scan

This file should be marked as "config" in debian package to prevent mindless overwrite during upgrade. See this section of debian packaging manual

AdUser avatar Jan 18 '24 00:01 AdUser