fixed reportFiles Parameter Line
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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'
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user