Automatic report on base image vulnerabilities

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Automatic report on base image vulnerabilities

L0 Member

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?

2 REPLIES 2

L0 Member

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

Community Team Member

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:

https://docs.prismacloud.io/en/enterprise-edition/content-collections/reports/create-and-manage-repo...

 

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,

LIVEcommunity team member, CISSP
Cheers,
Kiwi
Please help out other users and “Accept as Solution” if a post helps solve your problem !

Read more about how and why to accept solutions.
  • 651 Views
  • 2 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!