I am currently testing a pipeline (Gio_Bandit_Testing) that will scan a repo for any SAST based vulnerabilities. The bandit scan is nice, but upon completion, with the email stage, I am only able to send an email on the severity of the vulnerability and how many vulnerabilities are associated with the severity.
I am basically asking if there is a function where you are able to attach a PDF report of the output from the SAST scan and include it into the email stage of this pipeline.
I want this just so developers do not need to click on the link to harness and are able to view their results right in the email.
Thank you.