diff --git a/Packs/CommonScripts/ReleaseNotes/1_19_14.md b/Packs/CommonScripts/ReleaseNotes/1_19_14.md new file mode 100644 index 000000000000..7f072a461aa8 --- /dev/null +++ b/Packs/CommonScripts/ReleaseNotes/1_19_14.md @@ -0,0 +1,9 @@ + +#### Scripts + +##### ReadPDFFileV2 + +- Updated the Docker image to: *demisto/readpdf:1.0.0.2034953*. +##### PDFUnlocker + +- Updated the Docker image to: *demisto/readpdf:1.0.0.2034953*. diff --git a/Packs/CommonScripts/Scripts/PDFUnlocker/PDFUnlocker.yml b/Packs/CommonScripts/Scripts/PDFUnlocker/PDFUnlocker.yml index ef309f4f6b1a..321b4887234d 100644 --- a/Packs/CommonScripts/Scripts/PDFUnlocker/PDFUnlocker.yml +++ b/Packs/CommonScripts/Scripts/PDFUnlocker/PDFUnlocker.yml @@ -18,7 +18,7 @@ args: secret: true description: Password of PDF file. scripttarget: 0 -dockerimage: demisto/readpdf:1.0.0.117518 +dockerimage: demisto/readpdf:1.0.0.2034953 fromversion: 5.0.0 tests: - PDFUnlocker-Test diff --git a/Packs/CommonScripts/Scripts/ReadPDFFileV2/ReadPDFFileV2.yml b/Packs/CommonScripts/Scripts/ReadPDFFileV2/ReadPDFFileV2.yml index 9a730b9139b5..5ba6073001f8 100644 --- a/Packs/CommonScripts/Scripts/ReadPDFFileV2/ReadPDFFileV2.yml +++ b/Packs/CommonScripts/Scripts/ReadPDFFileV2/ReadPDFFileV2.yml @@ -129,7 +129,7 @@ tags: - ingestion timeout: "0" type: python -dockerimage: demisto/readpdf:1.0.0.117518 +dockerimage: demisto/readpdf:1.0.0.2034953 runas: DBotRole tests: - Extract Indicators From File - Generic v2 - Test diff --git a/Packs/CommonScripts/pack_metadata.json b/Packs/CommonScripts/pack_metadata.json index 88417184cabe..ab4024806691 100644 --- a/Packs/CommonScripts/pack_metadata.json +++ b/Packs/CommonScripts/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Common Scripts", "description": "Frequently used scripts pack.", "support": "xsoar", - "currentVersion": "1.19.13", + "currentVersion": "1.19.14", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "",