feat(trivy): add Trivy integration with Kubernetes, including cron job and email reporting
This commit is contained in:
@@ -39,6 +39,9 @@ locals {
|
||||
|
||||
rustdesk_fqdn = "rustdesk.${local.primary_domain}"
|
||||
|
||||
# trivy
|
||||
trivy_cronjob_schedule = "0 1 1/15 * *"
|
||||
|
||||
# backup
|
||||
local_backup_retention_days = 2
|
||||
cloud_backup_retention_days = 3
|
||||
|
||||
Reference in New Issue
Block a user