Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ParseEmailFilesV2: update docker image #29845

Merged
merged 1 commit into from
Sep 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Packs/CommonScripts/ReleaseNotes/1_12_27.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Scripts

##### ParseEmailFilesV2

- Updated the Docker image to: *demisto/parse-emails:1.0.0.75644*.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
args:

Check failure on line 1 in Packs/CommonScripts/Scripts/ParseEmailFilesV2/ParseEmailFilesV2.yml

View workflow job for this annotation

GitHub Actions / pre-commit

Validation Error DS108

Description must end with a period ("."), fix the following: The argument entryid description should end with a period. The argument parse_only_headers description should end with a period. The argument max_depth description should end with a period. The context path Email.CC description should end with a period. The context path Email.Subject description should end with a period. The context path Email.HTML description should end with a period. The context path Email.Text description should end with a period. The context path Email.Depth description should end with a period. The context path Email.Headers description should end with a period. The context path Email.HeadersMap description should end with a period. The context path Email.HeadersMap.Subject description should end with a period. The context path Email.HeadersMap.Date description should end with a period. The context path Email.HeadersMap.CC description should end with a period. The context path Email.HeadersMap.Reply-To description should end with a period. The context path Email.HeadersMap.Received description should end with a period. The context path Email.HeadersMap.Message-ID description should end with a period. The context path Email.AttachmentsData.Name description should end with a period. The context path Email.AttachmentsData.Content-ID description should end with a period. The context path Email.AttachmentsData.Content-Disposition description should end with a period. The context path Email.AttachmentsData.FilePath description should end with a period. The context path Email.AttachmentNames description should end with a period. The context path Email.Format description should end with a period. The comment field should end with a period. To fix the problem, try running `demisto-sdk format -i Packs/CommonScripts/Scripts/ParseEmailFilesV2/ParseEmailFilesV2.yml `
- default: true
description: Entry ID with the Email as a file in msg or eml format
name: entryid
Expand Down Expand Up @@ -113,4 +113,4 @@
fromversion: 5.0.0
tests:
- ParseEmailFilesV2-test
dockerimage: demisto/parse-emails:1.0.0.72707
dockerimage: demisto/parse-emails:1.0.0.75644
2 changes: 1 addition & 1 deletion Packs/CommonScripts/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Common Scripts",
"description": "Frequently used scripts pack.",
"support": "xsoar",
"currentVersion": "1.12.26",
"currentVersion": "1.12.27",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Loading