Skip to content

Commit

Permalink
Updated docker image to demisto/python3:3.10.14.92207. PR batch #7/30
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelFain committed Apr 16, 2024
1 parent d6d3308 commit 31fb55b
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ outputs:
type: Unknown
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.10.13.86272
dockerimage: demisto/python3:3.10.14.92207
runas: DBotWeakRole
fromversion: 5.0.0
tests:
Expand Down
7 changes: 4 additions & 3 deletions Packs/CommonScripts/Scripts/CreateHash/CreateHash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ args:
- blake
required: true
description: Hash method to be used.
comment: |
Creating a hash of a given input, support sha1, sha256, sha512, md5 and blake. Wrapper for https://docs.python.org/3/library/hashlib.html.
comment: 'Creating a hash of a given input, support sha1, sha256, sha512, md5 and blake. Wrapper for https://docs.python.org/3/library/hashlib.html.
'
commonfields:
id: CreateHash
version: -1
contentitemexportablefields:
contentitemfields:
fromServerVersion: ''
dockerimage: demisto/python3:3.10.13.86272
dockerimage: demisto/python3:3.10.14.92207
enabled: true
name: CreateHash
outputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ args:
name: entry_id
required: true
- auto: PREDEFINED
defaultValue: "false"
defaultValue: 'false'
description: Adds indicators to context.
name: add_context
predefined:
- "true"
- "false"
- description: A comma-separated list of tags to add to indicators.
- 'true'
- 'false'
- description: A comma-separated list of tags to add to indicators.
name: tags
outputs:
- contextPath: StixIndicators.type
Expand All @@ -30,7 +30,7 @@ tags:
- ioc
timeout: '0'
type: python
dockerimage: demisto/python3:3.10.13.83255
dockerimage: demisto/python3:3.10.14.92207
tests:
- No tests
fromversion: 5.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ args:
- description: The query for the Incidents that you want to export. (e.g. status:closed -category:job). You can and should generate the query from the Incidents search screen.
name: query
required: true
- defaultValue: "7"
- defaultValue: '7'
description: Number of days you want to fetch back for (default is 7). Needs to be a number.
name: fetchdays
- description: 'Comma separated list of columns (fields) for the CSV. (Default is: id,name,type,severity,status,owner,roles,playbookId,occurred,created,modified,closed).'
Expand All @@ -13,12 +13,12 @@ commonfields:
version: -1
contentitemexportablefields:
contentitemfields:
fromServerVersion: ""
fromServerVersion: ''
dependson:
must:
- core-api-post
- core-api-get
dockerimage: demisto/python3:3.10.13.83255
dockerimage: demisto/python3:3.10.14.92207
enabled: true
name: ExportIncidentsToCSV
runas: DBotWeakRole
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ args:
description: File hash to look up - supports MD5, SHA1 and SHA256.
scripttarget: 0
fromversion: 5.0.0
dockerimage: demisto/python3:3.10.13.83255
dockerimage: demisto/python3:3.10.14.92207
tests:
- No tests (auto formatted)
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ args:
- link
- unlink
description: Action to perform - Link or Unlink Incidents
comment: |
Incident action button script to link or unlink Incidents from an Incident
comment: 'Incident action button script to link or unlink Incidents from an Incident
'
commonfields:
id: LinkIncidentsButton
version: -1
dockerimage: demisto/python3:3.10.13.86272
dockerimage: demisto/python3:3.10.14.92207
enabled: true
name: LinkIncidentsButton
runas: DBotWeakRole
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.10.13.83255
dockerimage: demisto/python3:3.10.14.92207
runas: DBotWeakRole
tests:
- No test - unit test
Expand Down
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/SetTime/SetTime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ scripttarget: 0
dependson: {}
timeout: 0s
fromversion: 5.0.0
dockerimage: demisto/python3:3.10.13.86272
dockerimage: demisto/python3:3.10.14.92207
tests:
- No tests (auto formatted)
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.10.13.83255
dockerimage: demisto/python3:3.10.14.92207
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.10.13.83255
dockerimage: demisto/python3:3.10.14.92207

0 comments on commit 31fb55b

Please sign in to comment.