From c4a7c0a58988786b4f38956de94d7bcb4cc64874 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 2 Dec 2024 12:59:09 +0000 Subject: [PATCH] Updated docker image to demisto/python3:3.11.10.115186. PR batch #4/4 --- .../ZeroTrustAnalyticsPlatform/ZeroTrustAnalyticsPlatform.yml | 2 +- .../Scripts/ZTAPExtractFields/ZTAPExtractFields.yml | 2 +- .../Scripts/ZTAPParseFields/ZTAPParseFields.yml | 2 +- .../Scripts/ZTAPParseLinks/ZTAPParseLinks.yml | 2 +- .../Scripts/ZTAPViewTimeline/ZTAPViewTimeline.yml | 2 +- Packs/Zerohack_XDR/Integrations/ZerohackXDR/ZerohackXDR.yml | 2 +- Packs/cisco-ise/Integrations/cisco-ise/cisco-ise.yml | 2 +- Packs/illuminate/Integrations/Analyst1/Analyst1.yml | 2 +- Packs/remedy_SR/Integrations/remedy_SR/remedy_SR.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Packs/ZeroTrustAnalyticsPlatform/Integrations/ZeroTrustAnalyticsPlatform/ZeroTrustAnalyticsPlatform.yml b/Packs/ZeroTrustAnalyticsPlatform/Integrations/ZeroTrustAnalyticsPlatform/ZeroTrustAnalyticsPlatform.yml index 121f836748cc..88a2cb170b44 100644 --- a/Packs/ZeroTrustAnalyticsPlatform/Integrations/ZeroTrustAnalyticsPlatform/ZeroTrustAnalyticsPlatform.yml +++ b/Packs/ZeroTrustAnalyticsPlatform/Integrations/ZeroTrustAnalyticsPlatform/ZeroTrustAnalyticsPlatform.yml @@ -119,7 +119,7 @@ script: script: '-' type: python subtype: python3 - dockerimage: demisto/python3:3.10.14.90585 + dockerimage: demisto/python3:3.11.10.115186 fromversion: 6.0.0 defaultmapperin: ZeroTrustAnalyticsPlatform - Incoming Mapper defaultmapperout: ZeroTrustAnalyticsPlatform - Outgoing Mapper diff --git a/Packs/ZeroTrustAnalyticsPlatform/Scripts/ZTAPExtractFields/ZTAPExtractFields.yml b/Packs/ZeroTrustAnalyticsPlatform/Scripts/ZTAPExtractFields/ZTAPExtractFields.yml index 893865804d03..2adf511abbbf 100644 --- a/Packs/ZeroTrustAnalyticsPlatform/Scripts/ZTAPExtractFields/ZTAPExtractFields.yml +++ b/Packs/ZeroTrustAnalyticsPlatform/Scripts/ZTAPExtractFields/ZTAPExtractFields.yml @@ -16,7 +16,7 @@ tags: - transformer type: python runas: DBotWeakRole -dockerimage: demisto/python3:3.10.14.90585 +dockerimage: demisto/python3:3.11.10.115186 tests: - No tests (auto formatted) fromversion: 6.0.0 diff --git a/Packs/ZeroTrustAnalyticsPlatform/Scripts/ZTAPParseFields/ZTAPParseFields.yml b/Packs/ZeroTrustAnalyticsPlatform/Scripts/ZTAPParseFields/ZTAPParseFields.yml index 7df8dc1c595d..819f5193b9f5 100644 --- a/Packs/ZeroTrustAnalyticsPlatform/Scripts/ZTAPParseFields/ZTAPParseFields.yml +++ b/Packs/ZeroTrustAnalyticsPlatform/Scripts/ZTAPParseFields/ZTAPParseFields.yml @@ -22,7 +22,7 @@ tags: - dynamic-section type: python runas: DBotWeakRole -dockerimage: demisto/python3:3.10.14.90585 +dockerimage: demisto/python3:3.11.10.115186 tests: - No tests (auto formatted) fromversion: 6.0.0 diff --git a/Packs/ZeroTrustAnalyticsPlatform/Scripts/ZTAPParseLinks/ZTAPParseLinks.yml b/Packs/ZeroTrustAnalyticsPlatform/Scripts/ZTAPParseLinks/ZTAPParseLinks.yml index dbfe73631677..622de7731515 100644 --- a/Packs/ZeroTrustAnalyticsPlatform/Scripts/ZTAPParseLinks/ZTAPParseLinks.yml +++ b/Packs/ZeroTrustAnalyticsPlatform/Scripts/ZTAPParseLinks/ZTAPParseLinks.yml @@ -12,7 +12,7 @@ tags: timeout: '0' type: python subtype: python3 -dockerimage: demisto/python3:3.10.14.90585 +dockerimage: demisto/python3:3.11.10.115186 fromversion: 6.0.0 tests: - No tests (auto formatted) diff --git a/Packs/ZeroTrustAnalyticsPlatform/Scripts/ZTAPViewTimeline/ZTAPViewTimeline.yml b/Packs/ZeroTrustAnalyticsPlatform/Scripts/ZTAPViewTimeline/ZTAPViewTimeline.yml index 4c02d079f23d..fcf99ec3862f 100644 --- a/Packs/ZeroTrustAnalyticsPlatform/Scripts/ZTAPViewTimeline/ZTAPViewTimeline.yml +++ b/Packs/ZeroTrustAnalyticsPlatform/Scripts/ZTAPViewTimeline/ZTAPViewTimeline.yml @@ -10,7 +10,7 @@ tags: - ztap type: python runas: DBotWeakRole -dockerimage: demisto/python3:3.10.13.83255 +dockerimage: demisto/python3:3.11.10.115186 tests: - No tests (auto formatted) fromversion: 6.0.0 diff --git a/Packs/Zerohack_XDR/Integrations/ZerohackXDR/ZerohackXDR.yml b/Packs/Zerohack_XDR/Integrations/ZerohackXDR/ZerohackXDR.yml index a99fdf5399b0..1359252201fb 100644 --- a/Packs/Zerohack_XDR/Integrations/ZerohackXDR/ZerohackXDR.yml +++ b/Packs/Zerohack_XDR/Integrations/ZerohackXDR/ZerohackXDR.yml @@ -56,7 +56,7 @@ script: required: true description: The severity level helps in extracting latest incident of a specific severity. description: Fetch a single incident of your choice of severity level to study the incidents structure before you start continously fecthing incidents. - dockerimage: demisto/python3:3.10.13.87159 + dockerimage: demisto/python3:3.11.10.115186 isfetch: true subtype: python3 fromversion: 5.0.0 diff --git a/Packs/cisco-ise/Integrations/cisco-ise/cisco-ise.yml b/Packs/cisco-ise/Integrations/cisco-ise/cisco-ise.yml index c2bd5bc9b419..d0c6991f8246 100644 --- a/Packs/cisco-ise/Integrations/cisco-ise/cisco-ise.yml +++ b/Packs/cisco-ise/Integrations/cisco-ise/cisco-ise.yml @@ -278,7 +278,7 @@ script: required: true description: Queries an IP address and returns its session data from an active endpoint. name: cisco-ise-get-session-data-by-ip - dockerimage: demisto/python3:3.10.14.99865 + dockerimage: demisto/python3:3.11.10.115186 runonce: false script: '-' type: python diff --git a/Packs/illuminate/Integrations/Analyst1/Analyst1.yml b/Packs/illuminate/Integrations/Analyst1/Analyst1.yml index 7b094d3238f9..24510d3d6874 100644 --- a/Packs/illuminate/Integrations/Analyst1/Analyst1.yml +++ b/Packs/illuminate/Integrations/Analyst1/Analyst1.yml @@ -746,7 +746,7 @@ script: - contextPath: Analyst1.EvidenceStatus.processingComplete description: True or false to indicate if processing of the Evidence upload is done. Determined by evaluating the id or message are present and populated. If an id is returned but blank, this is false, indicating the upload is still in progress. description: Check on the status of the analyst1-evidence-submit action by using its output UUID. - dockerimage: demisto/python3:3.10.14.99865 + dockerimage: demisto/python3:3.11.10.115186 subtype: python3 runonce: false fromversion: 5.0.0 diff --git a/Packs/remedy_SR/Integrations/remedy_SR/remedy_SR.yml b/Packs/remedy_SR/Integrations/remedy_SR/remedy_SR.yml index 64d2a7c6acad..47b17b7c4a87 100644 --- a/Packs/remedy_SR/Integrations/remedy_SR/remedy_SR.yml +++ b/Packs/remedy_SR/Integrations/remedy_SR/remedy_SR.yml @@ -180,7 +180,7 @@ script: script: '-' type: python subtype: python3 - dockerimage: demisto/python3:3.10.13.84405 + dockerimage: demisto/python3:3.11.10.115186 tests: - No Test beta: true