Skip to main content

Get Base Images Rules

GET 

/api/v32.07/policies/vulnerability/base-images

x-prisma-cloud-target-env: {"permission":"policyContainers"}

Returns all the base image scopes and the list of base images digests for each of them.

Responses

Schema
  • Array [
  • _id string

    Pattern is the scope configuration identification, e.g. image name regex pattern.

    description string

    Description is the base images scope description.

    images object[]

    Images holds the base images which matches the scope configuration, capped to 50 image digests per scope.

  • Array [
  • creationTime date-time

    CreationTime is the time when the image was created.

    imageName string

    ImageName is the image name repository:tag.

    topLayer string

    TopLayer is the SHA256 of the image's last filesystem layer.

  • ]
  • ]
Loading...