Reports

The following methods allow for interaction into the Tenable Vulnerability Management Container Security report API endpoints.

Methods available on tio.cs.reports:

class ReportsAPI(api: restfly.session.APISession)[source]
report(repository: str, image: str, tag: str) Dict[source]

Returns the report for the specified image.

API Documentation

Parameters
  • repository (str) – The repository name.

  • image (str) – The image name.

  • tag (str) – The tag name.

Examples

>>> tio.cs.reports.report('centos', '7', 'latest')