Get compliance status by name
GET {{baseUrl}}/container-security/api/v1/compliancebyname?image=Lorem id ipsum amet in&repo=Lorem id ipsum amet in&tag=Lorem id ipsum amet in
Deprecated! Tenable.io Container Security API v1 is deprecated. Checks the compliance of an image that you specify by name against your policies.
Requires BASIC [16] user permissions. See Permissions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
image | string | (Required) The name of the image for which you want the job status. | |
repo | string | The name of the repository that hosts the image. By default, this value is library. | |
tag | string | The tag for the image that you want to check for policy compliance. |
RESPONSES
status: OK
[{"status":"string","message":"string","reason":"string"}]