From dacd8fd7c4208355128b74758a17a3340b542534 Mon Sep 17 00:00:00 2001 From: "Achim H." Date: Thu, 7 May 2026 12:03:20 +0200 Subject: [PATCH] fixed missing comma --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0658947..df6fece 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -158,7 +158,7 @@ pipeline { alwaysLinkToLastBuild: true, keepAll: true, reportDir: 'reports', - reportFiles: 'trivy-fs-report.html','trivy-image-report.html' + reportFiles: 'trivy-fs-report.html','trivy-image-report.html', reportName: 'Trivy Security Report' ])