Skip to content

Commit 4c63ff6

Browse files
barryyosi-panwContent Bot
andauthored
Update parse-emails docker image (demisto#40610)
* Update docker image * update to official docker image * Bump pack from version CommonScripts to 1.19.87. * updated docker image * update rn --------- Co-authored-by: Content Bot <[email protected]>
1 parent 2476db7 commit 4c63ff6

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
#### Scripts
3+
4+
##### ParseEmailFilesV2
5+
- Updated the Docker image to: *demisto/parse-emails:1.0.0.4188662*.
6+
7+
8+

Packs/CommonScripts/Scripts/ParseEmailFilesV2/ParseEmailFilesV2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def remove_bom(file_path: str, file_type: str, file_name: str) -> tuple[str, Opt
2828
file_name = cleaned_file_path.name
2929
return str(cleaned_file_path), mime_type, file_name
3030
else: # keep the exists behaviour (without BOM)
31+
demisto.info(f"BOM not detected in file: {file_name}, {file_type=}")
3132
return file_path, file_type, file_name
3233

3334

Packs/CommonScripts/Scripts/ParseEmailFilesV2/ParseEmailFilesV2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ type: python
117117
fromversion: 5.0.0
118118
tests:
119119
- ParseEmailFilesV2-test
120-
dockerimage: demisto/parse-emails:1.0.0.3555598
120+
dockerimage: demisto/parse-emails:1.0.0.4188662

Packs/CommonScripts/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Common Scripts",
33
"description": "Frequently used scripts pack.",
44
"support": "xsoar",
5-
"currentVersion": "1.19.86",
5+
"currentVersion": "1.19.87",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",

0 commit comments

Comments
 (0)