Skip to content

Commit

Permalink
Updated docker image to demisto/python3:3.11.10.115186. PR batch #4/4 (
Browse files Browse the repository at this point in the history
…#37527)

Co-authored-by: root <root@1e2de18e0cc3>
  • Loading branch information
kobymeir and root authored Dec 2, 2024
1 parent 5167d40 commit 671d20c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Packs/cisco-ise/Integrations/cisco-ise/cisco-ise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Packs/illuminate/Integrations/Analyst1/Analyst1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Packs/remedy_SR/Integrations/remedy_SR/remedy_SR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 671d20c

Please sign in to comment.