anchore / anchore-engine

A service that analyzes docker images and scans for vulnerabilities
Apache License 2.0
1.57k stars 273 forks source link

Adds events gc monitor function in catalog. Fixes #335 #1354

Closed zhill closed 2 years ago

zhill commented 2 years ago

Adds new services.catalog.event_log.max_retention_age_days config value to control the number of days that event records are kept. A value >0 is used for a gc process to cleanse old records. The default is 0 so there is no upgrade behavior change for existing users.

natefive commented 1 year ago

Hi @zhill, why was this PR closed without merging?