args: - description: 'Whether to export the result to context. Possible values: "true" and "false".' name: export_to_context auto: PREDEFINED predefined: - "true" - "false" defaultValue: "true" - description: 'Whether to ignore deprecated automation. Possible values: "true" and "false".' name: ignore_deprecated_automations auto: PREDEFINED predefined: - "true" - "false" defaultValue: "true" comment: 'List all Docker images that are in use by the installed integrations and automations.' commonfields: id: ListUsedDockerImages version: -1 name: ListUsedDockerImages outputs: - contextPath: UsedDockerImages.DockerImage description: The Docker image name. type: String - contextPath: UsedDockerImages.ContentItem description: The integration or automation name that used the specific Docker image. type: String script: '-' tags: - Utility - Dockers - General timeout: '0' type: python subtype: python3 dockerimage: demisto/python3:3.12.13.10404775 fromversion: 6.1.0 tests: - ListUsedDockerImages - Test