Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #820 - add new option --fail-if-cvd-older-than=days #867

Merged
merged 5 commits into from
Mar 28, 2023
Merged

Fix #820 - add new option --fail-if-cvd-older-than=days #867

merged 5 commits into from
Mar 28, 2023

Commits on Mar 28, 2023

  1. Fix #820 - add new clamscan option --fail-if-cvd-older-than=days

    When passed, causes clamscan to exit with a non-zero return code
    if the virus database is older than the specified number of days.
    rzvncj authored and micahsnyder committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    4ca6a0d View commit details
    Browse the repository at this point in the history
  2. Fix #820 - add new clamd option --fail-if-cvd-older-than=days

    When passed, causes clamd to exit (on start-up) with a non-zero
    return code if the virus database is older than the specified
    number of days.
    
    Additionally, we introduce FailIfCvdOlderThan as a clamd.conf
    synonym for --fail-if-cvd-older-than.
    rzvncj authored and micahsnyder committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    fd5abcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04921fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    284bc88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3888ce1 View commit details
    Browse the repository at this point in the history