Skip to content

Commit

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

* Added release notes to pack Active_Directory_Query

* Packs/Active_Directory_Query/Scripts/SendEmailToManager/SendEmailToManager.yml Docker image update

* Updated Metadata Of Pack ServiceNow

* Added release notes to pack ServiceNow

* Packs/ServiceNow/Scripts/ServiceNowUpdateIncident/ServiceNowUpdateIncident.yml Docker image update

* Packs/ServiceNow/Scripts/ServiceNowQueryIncident/ServiceNowQueryIncident.yml Docker image update

* Packs/ServiceNow/Scripts/ServiceNowCreateIncident/ServiceNowCreateIncident.yml Docker image update

* Packs/ServiceNow/Scripts/ServiceNowAddComment/ServiceNowAddComment.yml Docker image update

* Fix DS108

---------

Co-authored-by: israelpolishook <ipolishuk@paloaltonetworks.com>
  • Loading branch information
2 people authored and maimorag committed Dec 31, 2023
1 parent 4fec18f commit acea5da
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 36 deletions.
4 changes: 4 additions & 0 deletions Packs/Active_Directory_Query/ReleaseNotes/1_6_27.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

#### Scripts
##### SendEmailToManager
- Updated the Docker image to: *demisto/python3:3.10.13.83255*.
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@ type: python
subtype: python3
tags:
- communication
comment: Send an approval email to the manager of the employee with the given email allowing the manager to reply directly into the incident
comment: Send an approval email to the manager of the employee with the given email allowing the manager to reply directly into the incident.
system: true
args:
- name: email
description: The employee email. We will send an email to his manager. If not provided will be taken from incident label 'Email/from'
description: The employee email. We will send an email to his manager. If not provided will be taken from incident label 'Email/from'.
- name: manager
description: The manager attribute in Active Directory. Default is 'manager'.
- name: allowReply
auto: PREDEFINED
predefined:
- "true"
- "false"
description: If true, we will add an entitlement to the subject allowing manager to reply to war room
description: If true, we will add an entitlement to the subject allowing manager to reply to war room.
- name: body
description: The contents of the email body. It's a template that can include $empName and $managerName which will be replaced with actual values.
- name: request
description: The contents of the request from the manager. Will be added below the body. If none is provided, incident details will be taken.
- name: replyEntriesTag
description: Tag to add on email reply entries
description: Tag to add on email reply entries.
- name: persistent
description: Indicates whether to use one-time entitlement or a persistent one
description: Indicates whether to use one-time entitlement or a persistent one.
auto: PREDEFINED
predefined:
- "true"
Expand All @@ -42,4 +42,4 @@ dependson:
timeout: 0s
tests:
- No test
dockerimage: demisto/python3:3.10.12.66339
dockerimage: demisto/python3:3.10.13.83255
2 changes: 1 addition & 1 deletion Packs/Active_Directory_Query/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Active Directory Query",
"description": "Active Directory Query integration enables you to access and manage Active Directory objects (users, contacts, and computers).",
"support": "xsoar",
"currentVersion": "1.6.26",
"currentVersion": "1.6.27",
"author": "Cortex XSOAR",
"url": "",
"email": "",
Expand Down
10 changes: 10 additions & 0 deletions Packs/ServiceNow/ReleaseNotes/2_5_47.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

#### Scripts
##### ServiceNowUpdateIncident
- Updated the Docker image to: *demisto/python3:3.10.13.83255*.
##### ServiceNowQueryIncident
- Updated the Docker image to: *demisto/python3:3.10.13.83255*.
##### ServiceNowCreateIncident
- Updated the Docker image to: *demisto/python3:3.10.13.83255*.
##### ServiceNowAddComment
- Updated the Docker image to: *demisto/python3:3.10.13.83255*.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
args:
- description: Note to be added as comment or worknote to servicenow
- description: Note to be added as comment or worknote to servicenow.
name: note
required: true
- auto: PREDEFINED
defaultValue: comment
description: Tag as a comment or a work_notes. Default is "comment"
description: Tag as a comment or a work_notes. Default is "comment".
name: tag
predefined:
- comment
Expand All @@ -25,7 +25,7 @@ contentitemexportablefields:
dependson:
must:
- '|||servicenow-add-comment'
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.13.83255
enabled: true
name: ServiceNowAddComment
runas: DBotWeakRole
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ args:
- 1 - High
- 2 - Medium
- 3 - Low
description: Incident severity
description: Incident severity.
- name: assignee
description: Incident assigne name (e.g John Smith)
description: Incident assigne name (e.g John Smith).
- name: description
required: true
description: Incident description
description: Incident description.
- name: assigned_group
description: Incident assigned group name (e.g Incident Management Group)
description: Incident assigned group name (e.g Incident Management Group).
commonfields:
id: ServiceNowCreateIncident
version: -1
Expand All @@ -23,10 +23,10 @@ comment: |-
code and work with the records easily.
outputs:
- contextPath: ServiceNow.Incident.ID
description: Incident ID
description: Incident ID.
type: string
- contextPath: ServiceNow.Incident.Number
description: Incident number
description: Incident number.
type: string
enabled: true
script: '-'
Expand All @@ -43,6 +43,6 @@ dependson:
tests:
- No test - Hibernating instance
fromversion: 5.0.0
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.13.83255
skipprepare:
- script-name-incident-to-alert
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
args:
- description: Incident System ID
- description: Incident System ID.
name: id
- description: Incident number
- description: Incident number.
name: number
- description: Incident assigne name (e.g John Smith)
- description: Incident assigne name (e.g John Smith).
name: assignee
comment: |-
This script is used to wrap the generic query-table command in ServiceNow.
Expand All @@ -16,16 +16,16 @@ enabled: true
name: ServiceNowQueryIncident
outputs:
- contextPath: ServiceNow.Incident.ID
description: Incident ID
description: Incident ID.
type: string
- contextPath: ServiceNow.Incident.Description
description: Incident description
description: Incident description.
type: string
- contextPath: ServiceNow.Incident.Number
description: Incident number
description: Incident number.
type: number
- contextPath: ServiceNow.Incident.Caller
description: Incident caller
description: Incident caller.
type: string
script: '-'
tags:
Expand All @@ -40,6 +40,6 @@ dependson:
must:
- servicenow-query-table
fromversion: 5.0.0
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.13.83255
skipprepare:
- script-name-incident-to-alert
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
args:
- auto: PREDEFINED
description: Incident severity
description: Incident severity.
name: severity
predefined:
- 1 - High
- 2 - Medium
- 3 - Low
- description: Incident assigne name (e.g John Smith)
- description: Incident assigne name (e.g John Smith).
name: assignee
- description: Incident description
- description: Incident description.
name: description
- description: Incident assigned group name (e.g Incident Management Group)
- description: Incident assigned group name (e.g Incident Management Group).
name: assigned_group
- description: Incident ID to update
- description: Incident ID to update.
name: id
- description: Incident number to update
- description: Incident number to update.
name: number
- description: 'Query to use '
- description: 'Query to use.'
name: query
comment: |-
This script is used to wrap the generic update-record command in ServiceNow.
Expand All @@ -29,10 +29,10 @@ enabled: true
name: ServiceNowUpdateIncident
outputs:
- contextPath: ServiceNow.Incident.ID
description: Incident ID
description: Incident ID.
type: string
- contextPath: ServiceNow.Incident.Number
description: Incident number
description: Incident number.
type: string
script: '-'
tags:
Expand All @@ -48,6 +48,6 @@ dependson:
tests:
- No test - Hibernating instance
fromversion: 5.0.0
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.13.83255
skipprepare:
- script-name-incident-to-alert
2 changes: 1 addition & 1 deletion Packs/ServiceNow/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ServiceNow",
"description": "Use The ServiceNow IT Service Management (ITSM) solution to modernize the way you manage and deliver services to your users.",
"support": "xsoar",
"currentVersion": "2.5.46",
"currentVersion": "2.5.47",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit acea5da

Please sign in to comment.