Skip to content

Commit

Permalink
Updated docker image to demisto/python3:3.10.14.100715. PR batch #12/…
Browse files Browse the repository at this point in the history
…19 (#35245)

Co-authored-by: Tal Zichlinsky <[email protected]>
  • Loading branch information
samuelFain and talzich authored Jul 7, 2024
1 parent 1674696 commit d70705b
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 40 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
comment: |-
This script generates the report details used in the final report.
comment: 'This script generates the report details used in the final report.
This automation runs using the default Limited User role, unless you explicitly change the permissions.
For more information, see the section about permissions here:
https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.10/Cortex-XSOAR-Administrator-Guide/Automations
https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.10/Cortex-XSOAR-Administrator-Guide/Automations'
commonfields:
id: NCSCReportDetails
version: -1
dockerimage: demisto/python3:3.10.10.48392
dockerimage: demisto/python3:3.10.14.100715
enabled: true
name: NCSCReportDetails
script: ''
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
comment: |-
This script generates the report details for the individual CAF Section.
comment: 'This script generates the report details for the individual CAF Section.
This automation runs using the default Limited User role, unless you explicitly change the permissions.
For more information, see the section about permissions here:
https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.10/Cortex-XSOAR-Administrator-Guide/Automations
https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.10/Cortex-XSOAR-Administrator-Guide/Automations'
commonfields:
id: NCSCReportDetails_A
version: -1
dockerimage: demisto/python3:3.10.10.48392
dockerimage: demisto/python3:3.10.14.100715
enabled: true
name: NCSCReportDetails_A
script: ''
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
comment: |-
This script generates the report details for the individual CAF Section.
comment: 'This script generates the report details for the individual CAF Section.
This automation runs using the default Limited User role, unless you explicitly change the permissions.
For more information, see the section about permissions here:
https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.10/Cortex-XSOAR-Administrator-Guide/Automations
https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.10/Cortex-XSOAR-Administrator-Guide/Automations'
commonfields:
id: NCSCReportDetails_B
version: -1
dockerimage: demisto/python3:3.10.10.48392
dockerimage: demisto/python3:3.10.14.100715
enabled: true
name: NCSCReportDetails_B
script: ''
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
comment: |-
This script generates the report details for the individual CAF Section.
comment: 'This script generates the report details for the individual CAF Section.
This automation runs using the default Limited User role, unless you explicitly change the permissions.
For more information, see the section about permissions here:
https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.10/Cortex-XSOAR-Administrator-Guide/Automations
https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.10/Cortex-XSOAR-Administrator-Guide/Automations'
commonfields:
id: NCSCReportDetails_C
version: -1
dockerimage: demisto/python3:3.10.10.48392
dockerimage: demisto/python3:3.10.14.100715
enabled: true
name: NCSCReportDetails_C
script: ''
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
comment: |-
This script generates the report details for the individual CAF Section.
comment: 'This script generates the report details for the individual CAF Section.
This automation runs using the default Limited User role, unless you explicitly change the permissions.
For more information, see the section about permissions here:
https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.10/Cortex-XSOAR-Administrator-Guide/Automations
https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.10/Cortex-XSOAR-Administrator-Guide/Automations'
commonfields:
id: NCSCReportDetails_D
version: -1
dockerimage: demisto/python3:3.10.10.48392
dockerimage: demisto/python3:3.10.14.100715
enabled: true
name: NCSCReportDetails_D
script: ''
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
comment: |-
This script generates the report details for the individual CAF Section.
comment: 'This script generates the report details for the individual CAF Section.
This automation runs using the default Limited User role, unless you explicitly change the permissions.
For more information, see the section about permissions here:
https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.10/Cortex-XSOAR-Administrator-Guide/Automations
https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.10/Cortex-XSOAR-Administrator-Guide/Automations'
commonfields:
id: NCSCReportOverview
version: -1
dockerimage: demisto/python3:3.10.10.48392
dockerimage: demisto/python3:3.10.14.100715
enabled: true
name: NCSCReportOverview
script: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Retrieve alerts and recommendations from NTT CTS
configuration:
- display: 'The API key for accessing CTS over AWS '
name: APIKEY
defaultvalue: ""
defaultvalue: ''
type: 4
required: true
- display: Tenant identification. UUID formatted string
Expand All @@ -28,7 +28,7 @@ configuration:
required: true
- display: The unique key for accessing the alerts and active response recommendations
name: SOARTOKEN
defaultvalue: ""
defaultvalue: ''
type: 4
required: true
- display: Fetch incidents
Expand Down Expand Up @@ -115,7 +115,7 @@ script:
type: boolean
description: Collecting blobs, most commonly pcap from an incident
execution: true
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.100715
isfetch: true
subtype: python3
fromversion: 5.0.0
Expand Down
2 changes: 1 addition & 1 deletion Packs/Nexthink/Integrations/Nexthink/Nexthink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ script:
- contextPath: Nexthink.Endpoint.MACAddress
description: Endpoint MAC address.
type: string
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.100715
runonce: false
script: ''
subtype: python3
Expand Down
2 changes: 1 addition & 1 deletion Packs/OpenSourceVulnerabilities/Integrations/OSV/OSV.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ script:
- contextPath: OSV.VulnerabilityList.vulns.references.url
description: Reference URL for more details.
type: string
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.100715
script: ''
subtype: python3
type: python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ commonfields:
id: Oracle Cloud Infrastructure Feed
version: -1
configuration:
- defaultvalue: "true"
- defaultvalue: 'true'
display: Fetch indicators
name: feed
type: 8
Expand Down Expand Up @@ -47,13 +47,13 @@ configuration:
- WHITE
type: 15
required: false
- defaultvalue: "30"
- defaultvalue: '30'
display: Feed Fetch Interval
name: feedFetchInterval
type: 19
required: false
- additionalinfo: When selected, the exclusion list is ignored for indicators from this feed. This means that if an indicator from this feed is on the exclusion list, the indicator might still be added to the system.
defaultvalue: "true"
defaultvalue: 'true'
display: Bypass exclusion list
name: feedBypassExclusionList
type: 8
Expand All @@ -66,7 +66,7 @@ configuration:
name: proxy
type: 8
required: false
- display: ""
- display: ''
name: feedExpirationPolicy
options:
- never
Expand All @@ -75,7 +75,7 @@ configuration:
- suddenDeath
type: 17
required: false
- display: ""
- display: ''
name: feedExpirationInterval
type: 1
required: false
Expand All @@ -84,25 +84,25 @@ configuration:
name: feedTags
type: 0
required: false
- defaultvalue: "false"
- defaultvalue: 'false'
display: Create relationships
name: create_relationships
type: 8
required: false
description: |-
Oracle Cloud Infrastructure Feed (OCI Feed)
This feed provides information about public IP address ranges for services that are deployed in Oracle Cloud Infrastructure.
description: 'Oracle Cloud Infrastructure Feed (OCI Feed)
This feed provides information about public IP address ranges for services that are deployed in Oracle Cloud Infrastructure.'
display: Oracle Cloud Infrastructure Feed
name: Oracle Cloud Infrastructure Feed
script:
commands:
- arguments:
- defaultValue: "10"
- defaultValue: '10'
description: The maximum number of results to return.
name: limit
description: Gets indicators from the feed.
name: oci-get-indicators
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.100715
feed: true
script: ''
subtype: python3
Expand Down

0 comments on commit d70705b

Please sign in to comment.