From 7f8155670e50054a1927d29393fbca48ff10607a Mon Sep 17 00:00:00 2001 From: azonenfeld <117573492+aaron1535@users.noreply.github.com> Date: Mon, 27 Jan 2025 11:54:45 +0200 Subject: [PATCH] AUD-demisto/auto_update_docker_staging_branch_95 (#38318) * demisto/readpdf:1.0.0.2034953 | 0-100 | PR batch #1/1 (#38316) * Updated docker image to demisto/readpdf:1.0.0.2034953. PR batch #1/1 * add RN --------- Co-authored-by: root Co-authored-by: Aaron <4101535@gmail.com> * Bump pack from version CommonScripts to 1.19.14. --------- Co-authored-by: content-bot <55035720+content-bot@users.noreply.github.com> Co-authored-by: root Co-authored-by: Content Bot --- Packs/CommonScripts/ReleaseNotes/1_19_14.md | 9 +++++++++ Packs/CommonScripts/Scripts/PDFUnlocker/PDFUnlocker.yml | 2 +- .../Scripts/ReadPDFFileV2/ReadPDFFileV2.yml | 2 +- Packs/CommonScripts/pack_metadata.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 Packs/CommonScripts/ReleaseNotes/1_19_14.md 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": "",