From 47ea86224afdcca89c69895ee50e86576822c790 Mon Sep 17 00:00:00 2001 From: "Achim H." Date: Thu, 7 May 2026 12:04:17 +0200 Subject: [PATCH] fixed reportFiles Parameter Line --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index df6fece..a2c5650 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' ])