Skip to content

Commit

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

* Added release notes to pack Securonix

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

* Updated Metadata Of Pack illuminate

* Added release notes to pack illuminate

* Packs/illuminate/Integrations/Analyst1/Analyst1.yml Docker image update

* Updated Metadata Of Pack DeHashed

* Added release notes to pack DeHashed

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

* Updated Metadata Of Pack ForescoutEyeInspect

* Added release notes to pack ForescoutEyeInspect

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

* Updated Metadata Of Pack Stairwell

* Added release notes to pack Stairwell

* Packs/Stairwell/Integrations/Inception/Inception.yml Docker image update

* Updated Metadata Of Pack BmcITSM

* Added release notes to pack BmcITSM

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

* Updated Metadata Of Pack SingleConnect

* Added release notes to pack SingleConnect

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

* Updated Metadata Of Pack BmcHelixRemedyForce

* Added release notes to pack BmcHelixRemedyForce

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

* Updated Metadata Of Pack AzureStorageTable

* Added release notes to pack AzureStorageTable

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

* Updated Metadata Of Pack TrustwaveFusion

* Added release notes to pack TrustwaveFusion

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

* fix DS108

* commit

---------

Co-authored-by: israelpolishook <[email protected]>
  • Loading branch information
content-bot and israelpoli authored Sep 7, 2023
1 parent 127083d commit e158377
Show file tree
Hide file tree
Showing 30 changed files with 303 additions and 273 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ script:
- description: Unique identifier for an entity within a given partition.
name: row_key
required: true
- description: 'Entity fields in JSON format: { "Key1": Value1, "Key2": Value2}'
- description: 'Entity fields in JSON format: { "Key1": Value1, "Key2": Value2}.'
name: entity_fields
required: true
description: Insert a new entity into a table.
Expand Down Expand Up @@ -102,7 +102,7 @@ script:
- description: Unique identifier for an entity within a given partition.
name: row_key
required: true
- description: 'Entity fields in JSON format: { "Key1": Value1, "Key2": Value2}'
- description: 'Entity fields in JSON format: { "Key1": Value1, "Key2": Value2}.'
name: entity_fields
required: true
description: Update an existing entity in a table. The Update Entity command does not replace the existing entity.
Expand All @@ -117,7 +117,7 @@ script:
- description: Unique identifier for an entity within a given partition.
name: row_key
required: true
- description: 'Entity records in JSON format: { "Key1": Value1, "Key2": Value2}'
- description: 'Entity records in JSON format: { "Key1": Value1, "Key2": Value2}.'
name: entity_fields
required: true
description: Replace an existing entity in a table. The Replace Entity command replace the entire entity and can be used to remove properties.
Expand Down Expand Up @@ -158,7 +158,7 @@ script:
- description: Entity table name.
name: table_name
required: true
- description: Unique identifier for the partition within a given table
- description: Unique identifier for the partition within a given table.
name: partition_key
required: true
- description: Unique identifier for an entity within a given partition.
Expand All @@ -167,7 +167,7 @@ script:
description: Delete an existing entity in a table.
execution: true
name: azure-storage-table-entity-delete
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/AzureStorageTable/ReleaseNotes/1_0_18.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### Azure Storage Table
- Updated the Docker image to: *demisto/python3:3.10.13.72123*.
2 changes: 1 addition & 1 deletion Packs/AzureStorageTable/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Azure Storage Table",
"description": "Create and Manage Azure Storage Tables and Entities.",
"support": "xsoar",
"currentVersion": "1.0.17",
"currentVersion": "1.0.18",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ script:
- contextPath: BmcRemedyforce.ServiceRequest.Type
description: The type of the service request.
type: String
dockerimage: demisto/python3:3.10.12.68714
dockerimage: demisto/python3:3.10.13.72123
isfetch: true
runonce: false
script: '-'
Expand Down
3 changes: 3 additions & 0 deletions Packs/BmcHelixRemedyForce/ReleaseNotes/1_0_36.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### BMC Helix Remedyforce
- Updated the Docker image to: *demisto/python3:3.10.13.72123*.
2 changes: 1 addition & 1 deletion Packs/BmcHelixRemedyForce/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Bmc Helix Remedyforce",
"description": "Integration of BMC Helix Remedyforce with Cortex XSOAR. BMC Helix Remedyforce integration allows customers to create/update service requests and incidents. It also allows to update status, resolve service requests and incidents with customer notes. This integration exposes standard ticketing capabilities that can be utilized as part of automation & orchestration.",
"support": "xsoar",
"currentVersion": "1.0.35",
"currentVersion": "1.0.36",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
74 changes: 37 additions & 37 deletions Packs/BmcITSM/Integrations/BmcITSM/BmcITSM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ script:
script: ""
type: python
subtype: python3
dockerimage: demisto/python3:3.10.12.68714
dockerimage: demisto/python3:3.10.13.72123
commands:
- name: bmc-itsm-user-list
description: Retrieves a list of user profiles from BMC Helix ITSM. The records are retrieved by the query argument or by the filtering arguments. When using filtering arguments, each one defines a 'LIKE' operation and an 'AND' operator is used between them. To see the entire JSON then you can use the raw_response=true at the end of the command.
Expand Down Expand Up @@ -503,7 +503,7 @@ script:
description: The ticket customer info.
type: Unknown
- contextPath: BmcITSM.Ticket.assignee
description: "The ticket assignee info. "
description: "The ticket assignee info."
type: Unknown
- contextPath: BmcITSM.Ticket.Summary
description: The ticket summary.
Expand All @@ -521,7 +521,7 @@ script:
description: Creates a new service request ticket. A service request ticket is the request record that is generated from the service request definition to manage and track the execution. To create it, you need to provide the srd_instance_id argument, which can be retrieved by by executing the bmc-itsm-service-request-definition-list command and extracting the instanceID field. User and company arguments can be retrieved by executing the bmc-itsm-user-list and bmc-itsm-company-list. To see the entire JSON then you can use the raw_response=true at the end of the command.
arguments:
- name: srd_instance_id
description: "The instance ID of the service request ticket. It can be retrieved by executing bmc-itsm-service-request-definition-list command. "
description: "The instance ID of the service request ticket. It can be retrieved by executing bmc-itsm-service-request-definition-list command."
required: true
defaultValue: ""
predefined:
Expand All @@ -532,7 +532,7 @@ script:
predefined:
- ""
- name: last_name
description: "The requester last name. By default it is determined by the logged in user. If provided, login_id, first_name, and last_name arguments must be provided together. "
description: "The requester last name. By default it is determined by the logged in user. If provided, login_id, first_name, and last_name arguments must be provided together."
defaultValue: ""
predefined:
- ""
Expand All @@ -547,7 +547,7 @@ script:
predefined:
- ""
- name: status
description: "The service request ticket status. "
description: "The service request ticket status."
defaultValue: ""
auto: PREDEFINED
predefined:
Expand Down Expand Up @@ -606,17 +606,17 @@ script:
predefined:
- ""
- name: customer_first_name
description: "The customer first name. By default it is determined by the logged in user. "
description: "The customer first name. By default it is determined by the logged in user."
defaultValue: ""
predefined:
- ""
- name: customer_last_name
description: "The customer last name. By default it is determined by the logged in user. "
description: "The customer last name. By default it is determined by the logged in user."
defaultValue: ""
predefined:
- ""
- name: status
description: "The service request ticket status. "
description: "The service request ticket status."
defaultValue: ""
auto: PREDEFINED
predefined:
Expand Down Expand Up @@ -651,7 +651,7 @@ script:
- 3-Moderate/Limited
- 4-Minor/Localized
- name: status_reason
description: "The reason for updating the status. Required only if status argument is provided. "
description: "The reason for updating the status. Required only if status argument is provided."
defaultValue: ""
auto: PREDEFINED
predefined:
Expand Down Expand Up @@ -699,7 +699,7 @@ script:
- ""
outputs: []
- name: bmc-itsm-incident-update
description: "Update incident ticket. "
description: "Update incident ticket."
arguments:
- name: ticket_request_id
description: The ID of the incident ticket to update.
Expand All @@ -723,7 +723,7 @@ script:
predefined:
- ""
- name: service_type
description: "The type of the incident ticket. "
description: "The type of the incident ticket."
defaultValue: ""
auto: PREDEFINED
predefined:
Expand Down Expand Up @@ -763,7 +763,7 @@ script:
- Closed
- Cancelled
- name: reported_source
description: "The incident ticket reported source. "
description: "The incident ticket reported source."
defaultValue: ""
auto: PREDEFINED
predefined:
Expand Down Expand Up @@ -885,7 +885,7 @@ script:
- known error
outputs: []
- name: bmc-itsm-incident-create
description: "Creates a new incident ticket. An incident is any event that is not part of the standard operation of a service and that causes an interruption to or a reduction in the quality of that service. "
description: "Creates a new incident ticket. An incident is any event that is not part of the standard operation of a service and that causes an interruption to or a reduction in the quality of that service."
arguments:
- name: first_name
description: The customer first name the incident ticket is for.
Expand Down Expand Up @@ -940,7 +940,7 @@ script:
- 3-Moderate/Limited
- 4-Minor/Localized
- name: status
description: Incident status
description: Incident status.
required: true
defaultValue: ""
auto: PREDEFINED
Expand Down Expand Up @@ -1028,7 +1028,7 @@ script:
description: The incident ticket request ID.
type: String
- contextPath: BmcITSM.Incident.DisplayID
description: "The incident ticket display ID. "
description: "The incident ticket display ID."
type: String
- contextPath: BmcITSM.Incident.CreateDate
description: "The incident ticket create date time in UTC."
Expand All @@ -1049,7 +1049,7 @@ script:
predefined:
- ""
- name: customer_first_name
description: "The customer first name. "
description: "The customer first name."
defaultValue: ""
predefined:
- ""
Expand Down Expand Up @@ -1164,12 +1164,12 @@ script:
description: The ID of the change request ticket to update.
required: true
- name: first_name
description: "The customer first name the change request ticket is for. "
description: "The customer first name the change request ticket is for."
defaultValue: ""
predefined:
- ""
- name: last_name
description: "The customer last name the change request ticket is for. "
description: "The customer last name the change request ticket is for."
defaultValue: ""
predefined:
- ""
Expand All @@ -1179,7 +1179,7 @@ script:
predefined:
- ""
- name: change_type
description: "The change request ticket type. "
description: "The change request ticket type."
defaultValue: ""
auto: PREDEFINED
predefined:
Expand Down Expand Up @@ -1298,7 +1298,7 @@ script:
predefined:
- ""
- name: status_reason
description: "The reason for updating the ticket status. Required when status is provided. "
description: "The reason for updating the ticket status. Required when status is provided."
defaultValue: ""
auto: PREDEFINED
predefined:
Expand Down Expand Up @@ -1370,18 +1370,18 @@ script:
- problem investigation
- known error
- name: root_request_id
description: "The request ID of the parent ticket. Can be found in the context output of the bmc-itsm-ticket-list command. "
description: "The request ID of the parent ticket. Can be found in the context output of the bmc-itsm-ticket-list command."
required: true
defaultValue: ""
predefined:
- ""
- name: root_request_name
description: "The display name of the parent ticket in the task ticket. If not provided, the parent ticket displayID is displayed. "
description: "The display name of the parent ticket in the task ticket. If not provided, the parent ticket displayID is displayed."
defaultValue: ""
predefined:
- ""
- name: root_request_mode
description: "The parent ticket request mode. "
description: "The parent ticket request mode."
defaultValue: Real
auto: PREDEFINED
predefined:
Expand Down Expand Up @@ -1487,7 +1487,7 @@ script:
description: The task ticket creation date time in UTC.
type: Date
- name: bmc-itsm-task-update
description: "Updates the task ticket. "
description: "Updates the task ticket."
arguments:
- name: ticket_request_id
description: The ID of the task ticket to update.
Expand Down Expand Up @@ -1526,7 +1526,7 @@ script:
- Closed
- Bypassed
- name: status_reason
description: "The reason for changing the ticket status. Required when the status is changed. "
description: "The reason for changing the ticket status. Required when the status is changed."
defaultValue: ""
auto: PREDEFINED
predefined:
Expand Down Expand Up @@ -1572,7 +1572,7 @@ script:
predefined:
- ""
- name: task_type
description: "The task ticket type. "
description: "The task ticket type."
defaultValue: ""
auto: PREDEFINED
predefined:
Expand All @@ -1595,7 +1595,7 @@ script:
- ""
outputs: []
- name: bmc-itsm-problem-investigation-create
description: "Creates a problem investigation ticket. "
description: "Creates a problem investigation ticket."
arguments:
- name: first_name
description: The customer first name the ticket request is for.
Expand Down Expand Up @@ -1626,7 +1626,7 @@ script:
- Closed
- Cancelled
- name: investigation_driver
description: "The problem investigation ticket driver. "
description: "The problem investigation ticket driver."
required: true
defaultValue: ""
auto: PREDEFINED
Expand Down Expand Up @@ -1786,7 +1786,7 @@ script:
- Closed
- Cancelled
- name: investigation_driver
description: "The problem investigation ticket driver. "
description: "The problem investigation ticket driver."
defaultValue: ""
auto: PREDEFINED
predefined:
Expand Down Expand Up @@ -1907,7 +1907,7 @@ script:
- Not Applicable
outputs: []
- name: bmc-itsm-known-error-create
description: "Create known error ticket. "
description: "Create known error ticket."
arguments:
- name: status
description: The known error ticket status.
Expand Down Expand Up @@ -1980,12 +1980,12 @@ script:
predefined:
- ""
- name: assigned_group_pbm_mgr
description: It makes up the third tier of the Problem Coordinator’s Support Organization data structure
description: It makes up the third tier of the Problem Coordinator’s Support Organization data structure.
defaultValue: ""
predefined:
- ""
- name: support_company_pbm_mgr
description: "the Company for the Problem Coordinator’s Support Organization. It makes up the first tier of it. "
description: "the Company for the Problem Coordinator’s Support Organization. It makes up the first tier of it."
defaultValue: ""
predefined:
- ""
Expand Down Expand Up @@ -2045,7 +2045,7 @@ script:
description: KnownError Create time in UTC.
type: Date
- name: bmc-itsm-known-error-update
description: "Update Known Error ticket type. "
description: "Update Known Error ticket type."
arguments:
- name: ticket_request_id
description: The known error ticket request ID.
Expand Down Expand Up @@ -2094,7 +2094,7 @@ script:
- 3-Medium
- 4-Low
- name: view_access
description: "The known error ticket internal access. "
description: "The known error ticket internal access."
defaultValue: ""
auto: PREDEFINED
predefined:
Expand All @@ -2116,12 +2116,12 @@ script:
predefined:
- ""
- name: assigned_group_pbm_mgr
description: It makes up the third tier of the Problem Coordinator’s Support Organization data structure
description: It makes up the third tier of the Problem Coordinator’s Support Organization data structure.
defaultValue: ""
predefined:
- ""
- name: support_company_pbm_mgr
description: "the Company for the Problem Coordinator’s Support Organization. It makes up the first tier of it. "
description: "the Company for the Problem Coordinator’s Support Organization. It makes up the first tier of it."
defaultValue: ""
predefined:
- ""
Expand Down Expand Up @@ -2151,7 +2151,7 @@ script:
predefined:
- ""
- name: status_reason
description: "The reason for changing the status. Required when the status is provided. "
description: "The reason for changing the status. Required when the status is provided."
defaultValue: ""
auto: PREDEFINED
predefined:
Expand Down
3 changes: 3 additions & 0 deletions Packs/BmcITSM/ReleaseNotes/1_0_16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### BMC Helix ITSM
- Updated the Docker image to: *demisto/python3:3.10.13.72123*.
Loading

0 comments on commit e158377

Please sign in to comment.