Skip to content

Commit

Permalink
Updated docker image to demisto/python3:3.11.10.116949. PR batch #2/3
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Nov 24, 2024
1 parent e96e86f commit 13c135c
Show file tree
Hide file tree
Showing 100 changed files with 100 additions and 100 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ outputs:
scripttarget: 0
subtype: python3
runonce: false
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
runas: DBotWeakRole
engineinfo: {}
fromversion: 6.10.0
Expand Down
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/BMCTool/BMCTool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ commonfields:
contentitemexportablefields:
contentitemfields:
fromServerVersion: ""
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
enabled: true
name: BMCTool
comment: Parse RDP bitmap cache data into a single collage image file.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ tags:
- entropy
timeout: '0'
type: python
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
fromversion: 5.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ marketplaces:
- xsoar
tests:
- SLA Scripts - Test
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ outputs:
type: boolean
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
runas: DBotWeakRole
fromversion: 6.5.0
tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ args:
description: Country Name.
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
runas: DBotWeakRole
fromversion: 6.5.0
tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ outputs:
type: string
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
runas: DBotWeakRole
fromversion: 6.5.0
tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ outputs:
type: number
enabled: true
subtype: python3
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
fromversion: 5.0.0
tests:
- DbotAverageScore-Test
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ commonfields:
contentitemexportablefields:
contentitemfields:
fromServerVersion: ""
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
enabled: true
name: DeduplicateValuesbyKey
outputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ tags:
system: true
scripttarget: 0
fromversion: 6.5.0
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
tests:
- No tests (auto formatted)
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/DumpJSON/DumpJSON.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ outputs:
description: The JSON object as string.
scripttarget: 0
fromversion: 5.0.0
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
tests:
- No tests (auto formatted)
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependson:
must:
- core-api-post
- core-api-get
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
enabled: true
name: ExportIncidentsToCSV
runas: DBotWeakRole
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ args:
isArray: true
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
runas: DBotWeakRole
tests:
- ExtractAttackPattern-Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ runas: DBotWeakRole
tests:
- No Test
fromversion: 5.0.0
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ commonfields:
contentitemexportablefields:
contentitemfields:
fromServerVersion: ''
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
enabled: true
engineinfo: {}
name: GenerateAsBuiltConfiguration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: GeneratePassword
script: ''
type: python
subtype: python3
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
tags:
- Utility
comment: "This function generates a password and allows various parameters to customize the properties of the password depending on the use case (e.g. password complexity requirements). The default behavior is to generate a password of *random length* including all four character classes (upper, lower, digits, symbols) with at least five and at most ten characters per class. \n\nThe min_* values all default to 0. This means that if the command is executed in this way:\n!GeneratePassword max_lcase=10\nIt is possible that a password of length zero could be generated. It is therefore recommended to always include a min_* parameter that matches. \n\nThe debug parameter will print certain properties of the command into the WarRoom for easy diagnostics."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ args:
- name: set_key
description: The key to set. The default is "get_key".
scripttarget: 0
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
runas: DBotWeakRole
tests:
- No test - tested with unittest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ commonfields:
contentitemexportablefields:
contentitemfields:
fromServerVersion: ""
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
enabled: true
name: GetDataCollectionLink
outputs:
Expand Down
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/GetEntries/GetEntries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ outputs:
description: Last modified time of the entry.
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
runas: DBotWeakRole
fromversion: 6.5.0
tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ subtype: python3
fromversion: 5.0.0
tests:
- GetIndicatorDBotScore Test
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ comment: Get the overall score for the indicator as calculated by DBot.
commonfields:
id: GetIndicatorDBotScoreFromCache
version: -1
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
enabled: true
name: GetIndicatorDBotScoreFromCache
runas: DBotWeakRole
Expand Down
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/GetInstances/GetInstances.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ outputs:
type: string
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
runas: DBotWeakRole
fromversion: 5.0.0
tests:
Expand Down
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/GetListRow/GetListRow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ script: '-'
subtype: python3
timeout: '0'
type: python
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
runas: DBotWeakRole
tests:
- No tests (auto formatted)
Expand Down
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/GetServerURL/GetServerURL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ script: '-'
subtype: python3
timeout: '0'
type: python
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
runas: DBotWeakRole
tags: []
tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ comment: |-
commonfields:
id: GridFieldSetup
version: -1
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
enabled: true
name: GridFieldSetup
runas: DBotWeakRole
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ outputs:
description: The URL redirects from the given URL
scripttarget: 0
fromversion: 5.0.0
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
tests:
- No tests (auto formatted)
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ tests:
- Process Email - Generic - Test - Incident Starter
- Phishing v2 - Test - Incident Starter
fromversion: 5.0.0
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/IsListExist/IsListExist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ scripttarget: 0
tests:
- No test
fromversion: 5.0.0
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ tags:
timeout: '0'
type: python
subtype: python3
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
fromversion: 6.0.0
tests:
- No tests (auto formatted)
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ tags: []
tests:
- JSONtoCSV-Test
fromversion: 5.0.0
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/LoadJSON/LoadJSON.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ scripttarget: 0
tests:
- JSONtoCSV-Test
fromversion: 5.0.0
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ args:
description: Entries with the given tag will be marked as notes.
scripttarget: 0
fromversion: 5.0.0
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
tests:
- No tests (auto formatted)
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/MatchRegexV2/MatchRegexV2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tags:
timeout: '0'
type: python
subtype: python3
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
fromversion: 5.0.0
tests:
- No tests (auto formatted)
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/ParseYAML/ParseYAML.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ comment: Parses a YAML string into context
commonfields:
id: ParseYAML
version: -1
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
enabled: true
name: ParseYAML
outputs:
Expand Down
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/PrintRaw/PrintRaw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ args:
description: The value to be represented.
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
runas: DBotWeakRole
tests:
- No test - unit test
Expand Down
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/PrintToAlert/PrintToAlert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ timeout: '0'
runas: DBotWeakRole
type: python
subtype: python3
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
fromversion: 8.7.0
marketplaces:
- marketplacev2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ tags: []
timeout: '0'
type: python
subtype: python3
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
fromversion: 5.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ scripttarget: 0
tests:
- "No test"
fromversion: 6.5.0
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ outputs:
description: This will have the full results as a single string of the results. You will need to parse the results of the command into the format you want. Try looking at commands like ExtractRegex or create your own follow on automation script that will parse the results into the format you would like.
scripttarget: 0
fromversion: 5.0.0
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
tests:
- No tests (auto formatted)
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ args:
scripttarget: 0
tests:
- No test
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ commonfields:
contentitemexportablefields:
contentitemfields:
fromServerVersion: ""
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
enabled: true
name: SearchIncidentsSummary
outputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ commonfields:
contentitemexportablefields:
contentitemfields:
fromServerVersion: ""
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
enabled: true
name: SearchIndicator
outputs:
Expand Down
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/ServerLogs/ServerLogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ comment: Uses the ssh integration to grab the host server logs.
commonfields:
id: ServerLogs
version: -1
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
enabled: true
name: ServerLogs
runas: DBotWeakRole
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ scripttarget: 0
tests:
- No test
fromversion: 5.0.0
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ args:
scripttarget: 0
subtype: python3
runonce: false
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
runas: DBotWeakRole
engineinfo: {}
fromversion: 6.10.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ args:
description: Comma separated list of values.
scripttarget: 0
fromversion: 5.0.0
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
tests:
- No tests (auto formatted)
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ args:
defaultValue: "false"
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
runas: DBotWeakRole
fromversion: 6.5.0
tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
enabled: true
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
runas: DBotWeakRole
fromversion: 5.0.0
tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ marketplaces:
- xsoar
tests:
- SLA Scripts - Test
dockerimage: demisto/python3:3.11.10.115186
dockerimage: demisto/python3:3.11.10.116949
Loading

0 comments on commit 13c135c

Please sign in to comment.