Add Base Images Rule
POST/api/v32.07/policies/vulnerability/base-images
x-prisma-cloud-target-env: {"permission":"policyContainers"}
Adds the base images which match the given scope configuration.
Request
- application/json
Body
- 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.
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.
Responses
- 200
- default
OK
Loading...