commonfields: id: GetDockerImageLatestTag version: -1 name: GetDockerImageLatestTag script: '-' type: python subtype: python2 tags: [] comment: Gets docker image latest tag. Script simulates the docker pull flow but doesn't actually pull the image. Returns an entry with the docker image latest tag if all is good, otherwise will return an error. args: - name: docker_image required: true description: 'Docker image full name with version: For example: demisto/python.' - name: use_system_proxy auto: PREDEFINED predefined: - "yes" - "no" description: Use system proxy settings. defaultValue: "yes" - name: trust_any_certificate auto: PREDEFINED predefined: - "yes" - "no" description: Trust any certificate (not secure). defaultValue: "no" - name: creds_for_opp description: Credentials for OPP gateway. tests: - No test - no testplaybook, but unit tests exist fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10404775