commonfields: id: ExifRead version: -1 name: ExifRead script: '' type: python subtype: python3 tags: - Utility comment: Read image files metadata and provide Exif tags. enabled: true args: - name: EntryID required: true default: true description: Entry ID of image file. outputs: - contextPath: Exif.tag description: Exif tag name. type: string - contextPath: Exif.value description: Exif tag value. type: string scripttarget: 0 dockerimage: demisto/py3-tools:1.0.0.11597437 fromversion: 6.5.0 tests: - ExifReadTest