Refactor Trivy integration: update report generation scripts, enhance email dispatch logic, and remove obsolete test file

This commit is contained in:
2025-09-22 19:23:45 +02:00
parent 1e8526f442
commit 4d00986273
5 changed files with 53 additions and 394 deletions
+2 -1
View File
@@ -3,5 +3,6 @@ locals {
cronjob_schedule = var.cron_schedule
python_version = "3.12-alpine3.21"
send_report_script = file("${path.module}/resources/send_report.py")
send_report_script = file("${path.module}/resources/send_report.py")
generate_report_script = file("${path.module}/resources/generate_report.sh")
}