You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
task #20 archive scan reports in Jenkins (updated Jenkinsfile).
@Khanbibi-devops@VladyslavZakharov@marinchik2205@SvAdam25@Eleonora2004
I configured Trivy to generate JSON vulnerability reports for each Docker image, stored them in a reports directory, and used Jenkins archiveArtifacts to archive the scan reports after every build. , before in Jenkinsfile we only were archiving artifacts.
Now: After build: we can open Jenkins , click build number, scroll to Build Artifacts, and we will see:
vote-scan-report.json
result-scan-report.json
worker-scan-report.json
✅ Task complete: Scan reports are archived.
0 commit comments