- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
03-16-2026 03:39 AM
In Prisma Cloud (SaaS version), under Runtime Security > Defend > Vulnerabilities > Base Images, I have defined base images, and I can also search for them under Monitor > Vulnerabilities > Registries
I need a weekly report on the vulnerabilities detected in these base images. How can I automate this so that a CSV file is automatically sent, for example, to a specified email address?
04-08-2026 04:13 AM
Hello,
Prisma Cloud doesn’t provide a built‑in scheduler for sending vulnerability reports by email, but you can automate it using the API. The typical approach is to script a weekly job (for example, with cron or a CI/CD pipeline) that calls the Prisma Cloud API to fetch vulnerability data for your defined base images, exports the results to CSV, and then uses an email service (like SMTP or a cloud function) to send the file to your chosen recipients. This way, you’ll have a consistent, automated report delivered without manual intervention
04-08-2026 06:37 AM
Hi @P.Tomala ,
The catch is that Prisma Cloud doesn't have a direct "Email CSV" scheduler built into that specific dashboard view.
If you go to the main Reports tab in the side navigation (outside of the Compute/Runtime tab), you can schedule reports to be emailed directly to you. However, these are generally high-level compliance and inventory reports:
Since you mentioned Runtime Security > Defend, you are likely looking for the granular vulnerability data found in the 'Compute' section. You can generate the CSV but this specific 'Compute' engine lacks the built-in Email.
Check the main Reports tab first.... you might be able to find a Vulnerability Report there that supports the email scheduler you're looking for.
If that report doesn't give you the 'Base Image' granularity you need, you'll likely have to stick with downloading it manually, or use an API for the email push as suggested by @amy312james
Best,
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!

