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

Update Docker Image To demisto/python3 #27707

Merged
merged 9 commits into from
Jun 26, 2023
2 changes: 1 addition & 1 deletion Packs/ExpanseV2/Integrations/ExpanseV2/ExpanseV2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6120,7 +6120,7 @@ script:
- contextPath: Expanse.IPDomains.DomainList
description: An array of domain objects. This is truncated at 50.
type: Unknown
dockerimage: demisto/python3:3.10.12.62631
dockerimage: demisto/python3:3.10.12.63474
feed: false
isfetch: true
longRunning: false
Expand Down
2 changes: 1 addition & 1 deletion Packs/ExpanseV2/Integrations/FeedExpanse/FeedExpanse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ script:
script: '-'
type: python
subtype: python3
dockerimage: demisto/python3:3.10.11.54132
dockerimage: demisto/python3:3.10.12.63474
fromversion: 6.0.0
tests:
- Feed Expanse Test
10 changes: 10 additions & 0 deletions Packs/ExpanseV2/ReleaseNotes/1_10_38.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#### Integrations
##### Expanse Expander Feed
- Updated the Docker image to: *demisto/python3:3.10.12.63474*.
##### Cortex Xpanse
- Updated the Docker image to: *demisto/python3:3.10.12.63474*.
#### Scripts
##### ExpanseEvidenceDynamicSection
- Updated the Docker image to: *demisto/python3:3.10.12.63474*.
##### ExpanseAggregateAttributionDevice
- Updated the Docker image to: *demisto/python3:3.10.12.63474*.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tags: []
timeout: '0'
type: python
subtype: python3
dockerimage: demisto/python3:3.10.4.30607
dockerimage: demisto/python3:3.10.12.63474
fromversion: 6.0.0
tests:
- No tests (auto formatted)
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
commonfields:
id: ExpanseEvidenceDynamicSection
version: -1
dockerimage: demisto/python3:3.10.4.30607
dockerimage: demisto/python3:3.10.12.63474
enabled: true
name: ExpanseEvidenceDynamicSection
comment: Dynamic Section script used in Expanse Issue layout to display the Latest Evidence structure.
Expand Down
2 changes: 1 addition & 1 deletion Packs/ExpanseV2/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Cortex Xpanse by Palo Alto Networks",
"description": "Automate Attack Surface Management to identify Internet assets and quickly remediate misconfigurations with Expanse, a Palo Alto Networks company.",
"support": "xsoar",
"currentVersion": "1.10.37",
"currentVersion": "1.10.38",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ script:
script: '-'
type: python
subtype: python3
dockerimage: demisto/python3:3.10.12.62631
dockerimage: demisto/python3:3.10.12.63474
fromversion: 5.0.0
tests:
- No tests (auto formatted)
3 changes: 3 additions & 0 deletions Packs/PaloAltoNetworks_IoT/ReleaseNotes/1_0_26.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### Palo Alto Networks IoT
- Updated the Docker image to: *demisto/python3:3.10.12.63474*.
2 changes: 1 addition & 1 deletion Packs/PaloAltoNetworks_IoT/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "IoT by Palo Alto Networks",
"description": "Palo Alto Networks IoT",
"support": "xsoar",
"currentVersion": "1.0.25",
"currentVersion": "1.0.26",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down