Attach trivy report on email (jenkins pipeline)
This is a simple steps to be followed to attach trivy report after docker build on jenkins pipeline to send on mail recipient.
Steps to be followed
First trivy should be installed on the system:
Pipeline script:
Now, we can download build log and trivy reports from email. 🎉
Last updated