From 3e752c909b2944b7f197edc16ce6d390f439116a Mon Sep 17 00:00:00 2001 From: "Achim H." Date: Wed, 13 May 2026 10:14:55 +0200 Subject: [PATCH] changed back to "@/contrib/html.tpl" --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3f90876..2114494 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -59,7 +59,7 @@ pipeline { // Ausführen des Scans hinsichtlich Vulnerabilities, Miskonfigurationen, Secrets und Licences im Jenkins Arbeitsverzeichnis // Abbruch bei bei kritischen Fehlern (--exit-code 1 --severity HIGH,CRITICAL) - sh 'trivy fs --scanners vuln,misconfig,secret,license --exit-code 1 --severity HIGH,CRITICAL --format template --template "html" -o reports/trivy-fs-report.html .' + sh 'trivy fs --scanners vuln,misconfig,secret,license --exit-code 1 --severity HIGH,CRITICAL --format template --template "@/contrib/html.tpl" -o reports/trivy-fs-report.html .' } } } @@ -148,7 +148,7 @@ pipeline { trivy image --insecure \ --severity HIGH,CRITICAL \ --format template \ - --template "html" \ + --template "@/contrib/html.tpl" \ --exit-code 1 \ -o reports/trivy-image-report.html \ 130.61.26.230:30080/dev-master/secdevops-csharp-app:latest