Skip to content

Commit

Permalink
Update Docker Image To demisto/python3 (#29445)
Browse files Browse the repository at this point in the history
* Updated Metadata Of Pack HYASProtect

* Added release notes to pack HYASProtect

* Packs/HYASProtect/Integrations/HYASProtect/HYASProtect.yml Docker image update

* Updated Metadata Of Pack SecureWorks

* Added release notes to pack SecureWorks

* Packs/SecureWorks/Integrations/TaegisXDRv2/TaegisXDRv2.yml Docker image update

* Updated Metadata Of Pack Cisco-umbrella-cloud-security

* Added release notes to pack Cisco-umbrella-cloud-security

* Packs/Cisco-umbrella-cloud-security/Integrations/CiscoUmbrellaCloudSecurityv2/CiscoUmbrellaCloudSecurityv2.yml Docker image update

* Updated Metadata Of Pack Censys

* Added release notes to pack Censys

* Packs/Censys/Integrations/CensysV2/CensysV2.yml Docker image update

* Updated Metadata Of Pack LogsignSiem

* Added release notes to pack LogsignSiem

* Packs/LogsignSiem/Integrations/LogsignSiem/LogsignSiem.yml Docker image update

* Updated Metadata Of Pack FeedCrowdstrikeFalconIntel

* Added release notes to pack FeedCrowdstrikeFalconIntel

* Packs/FeedCrowdstrikeFalconIntel/Integrations/CrowdStrikeIndicatorFeed/CrowdStrikeIndicatorFeed.yml Docker image update

* Updated Metadata Of Pack Workday

* Added release notes to pack Workday

* Packs/Workday/Integrations/Workday/Workday.yml Docker image update

* Packs/Workday/Integrations/WorkdayEventCollector/WorkdayEventCollector.yml Docker image update

* Updated Metadata Of Pack FeedCyrenThreatInDepth

* Added release notes to pack FeedCyrenThreatInDepth

* Packs/FeedCyrenThreatInDepth/Integrations/CyrenThreatInDepth/CyrenThreatInDepth.yml Docker image update

* Updated Metadata Of Pack RunZero

* Added release notes to pack RunZero

* Packs/RunZero/Integrations/RunZeroEventCollector/RunZeroEventCollector.yml Docker image update
  • Loading branch information
content-bot authored and moishce committed Sep 14, 2023
1 parent e60de6a commit 49d1af4
Show file tree
Hide file tree
Showing 28 changed files with 48 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Packs/Censys/Integrations/CensysV2/CensysV2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ script:
- contextPath: Censys.Search.parsed.issuer_dn
description: Distinguished name of the entity that has signed and issued the certificate.
type: String
dockerimage: demisto/python3:3.10.12.66339
dockerimage: demisto/python3:3.10.13.72123
runonce: false
script: '-'
subtype: python3
Expand Down
3 changes: 3 additions & 0 deletions Packs/Censys/ReleaseNotes/2_0_26.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### Censys v2
- Updated the Docker image to: *demisto/python3:3.10.13.72123*.
2 changes: 1 addition & 1 deletion Packs/Censys/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Censys",
"description": "Censys is a search engine that allows computer scientists to ask questions about the devices and networks that compose the Internet. Driven by Internet-wide scanning, Censys lets researchers find specific hosts and create aggregate reports on how devices, websites, and certificates are configured and deployed.",
"support": "xsoar",
"currentVersion": "2.0.25",
"currentVersion": "2.0.26",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ script:
script: ''
type: python
subtype: python3
dockerimage: demisto/python3:3.10.12.68714
dockerimage: demisto/python3:3.10.13.72123
isfetch: false
fromversion: 6.9.0
tests:
Expand Down
3 changes: 3 additions & 0 deletions Packs/Cisco-umbrella-cloud-security/ReleaseNotes/2_0_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### Cisco Umbrella Cloud Security v2
- Updated the Docker image to: *demisto/python3:3.10.13.72123*.
2 changes: 1 addition & 1 deletion Packs/Cisco-umbrella-cloud-security/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Cisco Umbrella cloud security",
"description": "Basic integration with Cisco Umbrella that allows you to add domains to destination lists (e.g. global block / allow)",
"support": "xsoar",
"currentVersion": "2.0.0",
"currentVersion": "2.0.1",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ script:
type: Unknown
- description: 'Resets the retrieving start time according to the `First Fetch Time` parameter, WARNING: This command will reset your fetch history.'
name: crowdstrike-reset-fetch-indicators
dockerimage: demisto/python3:3.10.12.66339
dockerimage: demisto/python3:3.10.13.72123
feed: true
runonce: false
script: '-'
Expand Down
3 changes: 3 additions & 0 deletions Packs/FeedCrowdstrikeFalconIntel/ReleaseNotes/2_1_11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### CrowdStrike Indicator Feed
- Updated the Docker image to: *demisto/python3:3.10.13.72123*.
2 changes: 1 addition & 1 deletion Packs/FeedCrowdstrikeFalconIntel/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Crowdstrike Falcon Intel Feed",
"description": "Tracks the activities of threat actor groups and advanced persistent threats (APTs) to understand as much as possible about their known aliases, targets, methods, and more.",
"support": "xsoar",
"currentVersion": "2.1.10",
"currentVersion": "2.1.11",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ script:
- description: Prints the max client offset stored in the integration context.
execution: true
name: cyren-threat-indepth-get-client-offset
dockerimage: demisto/python3:3.10.12.66339
dockerimage: demisto/python3:3.10.13.72123
feed: true
runonce: false
subtype: python3
3 changes: 3 additions & 0 deletions Packs/FeedCyrenThreatInDepth/ReleaseNotes/1_5_22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### Cyren Threat InDepth Threat Intelligence Feed
- Updated the Docker image to: *demisto/python3:3.10.13.72123*.
2 changes: 1 addition & 1 deletion Packs/FeedCyrenThreatInDepth/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Cyren Threat InDepth Threat Intelligence",
"description": "Threat InDepth's actionable and contextualized intelligence helps enterprises improve their threat detection and response by providing unprecedented visibility into new email-borne security threats faster than other security vendors.",
"support": "community",
"currentVersion": "1.5.21",
"currentVersion": "1.5.22",
"author": "Cyren",
"url": "",
"email": "",
Expand Down
2 changes: 1 addition & 1 deletion Packs/HYASProtect/Integrations/HYASProtect/HYASProtect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ script:
- contextPath: HYAS.NameserverVerdict.reasons
description: Verdict Reasons for the provided Nameserver.
type: Unknown
dockerimage: demisto/python3:3.10.12.68714
dockerimage: demisto/python3:3.10.13.72123
runonce: false
script: '-'
subtype: python3
Expand Down
3 changes: 3 additions & 0 deletions Packs/HYASProtect/ReleaseNotes/1_0_7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### HYAS Protect
- Updated the Docker image to: *demisto/python3:3.10.13.72123*.
2 changes: 1 addition & 1 deletion Packs/HYASProtect/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "HYAS Protect",
"description": "Use the HYAS Protect integration to get the verdict information for FQDN, IP Address and NameServer.",
"support": "partner",
"currentVersion": "1.0.6",
"currentVersion": "1.0.7",
"author": "HYAS",
"url": "https://support.hyas.com",
"email": "support@hyas.com",
Expand Down
2 changes: 1 addition & 1 deletion Packs/LogsignSiem/Integrations/LogsignSiem/LogsignSiem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ script:
- contextPath: LogsignSiem.Count
description: Count number returned as the result of the query
type: Number
dockerimage: demisto/python3:3.10.12.66339
dockerimage: demisto/python3:3.10.13.72123
isfetch: true
runonce: false
script: '-'
Expand Down
3 changes: 3 additions & 0 deletions Packs/LogsignSiem/ReleaseNotes/1_0_10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### LogsignSiem
- Updated the Docker image to: *demisto/python3:3.10.13.72123*.
2 changes: 1 addition & 1 deletion Packs/LogsignSiem/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Logsign SIEM",
"description": "Logsign SIEM provides to collect and store unlimited data, investigate and detect threats, and respond automatically.",
"support": "partner",
"currentVersion": "1.0.9",
"currentVersion": "1.0.10",
"author": "Logsign",
"url": " https://support.logsign.net/",
"email": "support@logsign.net",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ script:
name: start_time
description: Gets events from RunZero.
name: runzero-get-events
dockerimage: demisto/python3:3.10.12.66339
dockerimage: demisto/python3:3.10.13.72123
isfetchevents: true
script: '-'
subtype: python3
Expand Down
3 changes: 3 additions & 0 deletions Packs/RunZero/ReleaseNotes/1_0_11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### RunZero Event Collector
- Updated the Docker image to: *demisto/python3:3.10.13.72123*.
2 changes: 1 addition & 1 deletion Packs/RunZero/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "RunZero",
"description": "RunZero a network discovery and asset inventory solution.",
"support": "xsoar",
"currentVersion": "1.0.10",
"currentVersion": "1.0.11",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
2 changes: 1 addition & 1 deletion Packs/SecureWorks/Integrations/TaegisXDRv2/TaegisXDRv2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ script:
- contextPath: TaegisXDR.InvestigationEvidenceUpdate
description: The investigation that received the update
description: Add alerts and events to an existing investigation
dockerimage: demisto/python3:3.10.12.68714
dockerimage: demisto/python3:3.10.13.72123
isfetch: true
runonce: false
subtype: python3
Expand Down
3 changes: 3 additions & 0 deletions Packs/SecureWorks/ReleaseNotes/5_0_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### TaegisXDR v2
- Updated the Docker image to: *demisto/python3:3.10.13.72123*.
2 changes: 1 addition & 1 deletion Packs/SecureWorks/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Secureworks",
"description": "Provides access to the Secureworks CTP and Taegis XDR systems",
"support": "partner",
"currentVersion": "5.0.1",
"currentVersion": "5.0.2",
"author": "Secureworks",
"url": "https://ctpx.secureworks.com",
"email": "support@secureworks.com",
Expand Down
2 changes: 1 addition & 1 deletion Packs/Workday/Integrations/Workday/Workday.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ script:
script: '-'
type: python
subtype: python3
dockerimage: demisto/python3:3.10.12.66339
dockerimage: demisto/python3:3.10.13.72123
fromversion: 5.0.0
tests:
- Workday - Test
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ script:
type: python
subtype: python3
isfetchevents: true
dockerimage: demisto/python3:3.10.12.66339
dockerimage: demisto/python3:3.10.13.72123
fromversion: 8.2.0
tests:
- No tests (auto formatted)
Expand Down
5 changes: 5 additions & 0 deletions Packs/Workday/ReleaseNotes/1_3_9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#### Integrations
##### Workday
- Updated the Docker image to: *demisto/python3:3.10.13.72123*.
##### Workday Event Collector
- Updated the Docker image to: *demisto/python3:3.10.13.72123*.
2 changes: 1 addition & 1 deletion Packs/Workday/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Workday",
"description": "Workday offers enterprise-level software solutions for financial management, human resources, and planning.",
"support": "xsoar",
"currentVersion": "1.3.8",
"currentVersion": "1.3.9",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 49d1af4

Please sign in to comment.