Qualys Enterprise TruRisk™ Platform (Container Security Release 1.39) API Notification
A new release of Qualys Enterprise TruRisk™ Platform (Container Security Release 1.39 API), which is released in July 2025, includes updates to existing APIs. This API notification highlights recently released changes, enabling you to identify use cases that can benefit from the updated APIs.
What’s New
This release introduces several important features in Container Security. It enhances the ability to continuously assess images, which means that the system can now monitor and evaluate images in real time. It also introduces stronger security measures by using Centralized Admission Controller policies to block images containing malware and Centralized CI/CD policies to block images with secrets, reducing vulnerabilities in production environments.
Continuous Assessment of images
Updated API: Fetch Image Details –
GET /csapi/v1.3/images/{imageSha}
DTD or XSD changes: Not Applicable
This API shows a list of images in your account.
Updated API: Fetch a List of Images (Bulk API) –
GET /csapi/v1.3/images/list
DTD or XSD changes: Not Applicable
This API shows a list of images with a given number of Image records according to the filter.
Updated API: Fetch a List of Images in your account –
GET /csapi/v1.3/images
DTD or XSD changes: Not Applicable
This API shows a list of images in your account.
Ability to Block Malicious Images & Images having Secrets
Updated API: Show Details of a Centralized Policy –
GET /csapi/v1.3/centralizedPolicy/{policyId}
DTD or XSD changes: Not Applicable
This API shows details of a policy in your account.
Updated API: Create a Centralized Policy –
POST/csapi/v1.3/centralizedPolicy
DTD or XSD changes: Not Applicable
This API creates a new policy.
Updated API: Update a Centralized Policy –
PUT /csapi/v1.3/centralizedPolicy/{policyId}
DTD or XSD changes: Not Applicable
This API allows you to update the specified policy.
Please refer to the detailed release notes here: https://docs.qualys.com/en/cs/release-notes/container_security/release_1_39_api.htm