fixed reportFiles Parameter Line
All checks were successful
Tests / Declarative: Post Actions passed: 1
csharp-secdevops-pipeline-pod/pipeline/head This commit looks good

This commit is contained in:
2026-05-07 12:04:17 +02:00
parent dacd8fd7c4
commit 47ea86224a

2
Jenkinsfile vendored
View File

@@ -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'
])