List Registry Scan Results
Retrieves a list of all registry scan reports.
External Documentation
To learn more, visit the Prisma Cloud CWP documentation.
Parameters
Parameter | Description |
---|---|
Account IDs | A comma-separated list in order to limit the action to specific account IDs. |
Collections | A comma-separated list in order to limit the action to specific collections. |
Fields | A comma-separated list of fields to retrieve. |
Function IDs | A comma-separated list in order to limit the action to specific function IDs. |
Offset | Offset from the start of the list from which to retrieve documents. |
Example Output
[
{
"_id": "2226875301309860442",
"type": "vm",
"hostname": "",
"scanTime": "2022-12-01T18:08:15.299Z",
"binaries": [],
"Secrets": [],
"startupBinaries": [],
"osDistro": "redhat",
"osDistroVersion": "7",
"osDistroRelease": "RHEL7",
"distro": "CentOS Linux release 7.9.2009 (Core)",
"packages": [
{
"pkgsType": "package",
"pkgs": [
{
"version": "0.100-7.el7",
"name": "dbus-glib",
"cveCount": 8,
"license": "AFL and GPLv2+",
"layerTime": 0
},
{
"version": "2.02-0.87.el7.centos.7",
"name": "grub2-common",
"cveCount": 184,
"license": "GPLv3+",
"layerTime": 0
}
]
}
]
}
]
Workflow Library Example
List Registry Scan Results with Prisma Cloud Cwp and Send Results Via Email
Preview this Workflow on desktop