fixed missing comma
Some checks failed
csharp-secdevops-pipeline-pod/pipeline/head There was a failure building this commit

This commit is contained in:
2026-05-07 12:03:20 +02:00
parent 08b1417605
commit dacd8fd7c4

2
Jenkinsfile vendored
View File

@@ -158,7 +158,7 @@ pipeline {
alwaysLinkToLastBuild: true, alwaysLinkToLastBuild: true,
keepAll: true, keepAll: true,
reportDir: 'reports', reportDir: 'reports',
reportFiles: 'trivy-fs-report.html','trivy-image-report.html' reportFiles: 'trivy-fs-report.html','trivy-image-report.html',
reportName: 'Trivy Security Report' reportName: 'Trivy Security Report'
]) ])