diff --git a/Packs/CommonScripts/Scripts/ConvertDateToUTC/ConvertDateToUTC.yml b/Packs/CommonScripts/Scripts/ConvertDateToUTC/ConvertDateToUTC.yml index d2b792355662..7e99eed50987 100644 --- a/Packs/CommonScripts/Scripts/ConvertDateToUTC/ConvertDateToUTC.yml +++ b/Packs/CommonScripts/Scripts/ConvertDateToUTC/ConvertDateToUTC.yml @@ -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: diff --git a/Packs/CommonScripts/Scripts/CreateHash/CreateHash.yml b/Packs/CommonScripts/Scripts/CreateHash/CreateHash.yml index 3e2e65a167eb..0dc201325bf7 100644 --- a/Packs/CommonScripts/Scripts/CreateHash/CreateHash.yml +++ b/Packs/CommonScripts/Scripts/CreateHash/CreateHash.yml @@ -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: diff --git a/Packs/CommonScripts/Scripts/CreateIndicatorsFromSTIX/CreateIndicatorsFromSTIX.yml b/Packs/CommonScripts/Scripts/CreateIndicatorsFromSTIX/CreateIndicatorsFromSTIX.yml index 5863617a828d..e99d2828d0d8 100644 --- a/Packs/CommonScripts/Scripts/CreateIndicatorsFromSTIX/CreateIndicatorsFromSTIX.yml +++ b/Packs/CommonScripts/Scripts/CreateIndicatorsFromSTIX/CreateIndicatorsFromSTIX.yml @@ -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 @@ -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 diff --git a/Packs/CommonScripts/Scripts/ExportIncidentsToCSV/ExportIncidentsToCSV.yml b/Packs/CommonScripts/Scripts/ExportIncidentsToCSV/ExportIncidentsToCSV.yml index ae583b97bb25..9f00737c2b82 100644 --- a/Packs/CommonScripts/Scripts/ExportIncidentsToCSV/ExportIncidentsToCSV.yml +++ b/Packs/CommonScripts/Scripts/ExportIncidentsToCSV/ExportIncidentsToCSV.yml @@ -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).' @@ -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 diff --git a/Packs/CommonScripts/Scripts/FileReputation/FileReputation.yml b/Packs/CommonScripts/Scripts/FileReputation/FileReputation.yml index f1d7ea860f86..a9ea8083e33b 100644 --- a/Packs/CommonScripts/Scripts/FileReputation/FileReputation.yml +++ b/Packs/CommonScripts/Scripts/FileReputation/FileReputation.yml @@ -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) diff --git a/Packs/CommonScripts/Scripts/LinkIncidentsButton/LinkIncidentsButton.yml b/Packs/CommonScripts/Scripts/LinkIncidentsButton/LinkIncidentsButton.yml index 1b2d980c89c9..9b9d4521386d 100644 --- a/Packs/CommonScripts/Scripts/LinkIncidentsButton/LinkIncidentsButton.yml +++ b/Packs/CommonScripts/Scripts/LinkIncidentsButton/LinkIncidentsButton.yml @@ -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 diff --git a/Packs/CommonScripts/Scripts/PrintRaw/PrintRaw.yml b/Packs/CommonScripts/Scripts/PrintRaw/PrintRaw.yml index c150fae2c47f..652ef12207db 100644 --- a/Packs/CommonScripts/Scripts/PrintRaw/PrintRaw.yml +++ b/Packs/CommonScripts/Scripts/PrintRaw/PrintRaw.yml @@ -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 diff --git a/Packs/CommonScripts/Scripts/SetTime/SetTime.yml b/Packs/CommonScripts/Scripts/SetTime/SetTime.yml index 184ec303e5de..a3fdfe223ead 100644 --- a/Packs/CommonScripts/Scripts/SetTime/SetTime.yml +++ b/Packs/CommonScripts/Scripts/SetTime/SetTime.yml @@ -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) diff --git a/Packs/CommonScripts/Scripts/ShowLocationOnMap/ShowLocationOnMap.yml b/Packs/CommonScripts/Scripts/ShowLocationOnMap/ShowLocationOnMap.yml index f33ea6c25860..9d2ac0275c92 100644 --- a/Packs/CommonScripts/Scripts/ShowLocationOnMap/ShowLocationOnMap.yml +++ b/Packs/CommonScripts/Scripts/ShowLocationOnMap/ShowLocationOnMap.yml @@ -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: diff --git a/Packs/CommonScripts/Scripts/StopTimeToAssignOnOwnerChange/StopTimeToAssignOnOwnerChange.yml b/Packs/CommonScripts/Scripts/StopTimeToAssignOnOwnerChange/StopTimeToAssignOnOwnerChange.yml index 14ade71a583c..d97dfdaffcc9 100644 --- a/Packs/CommonScripts/Scripts/StopTimeToAssignOnOwnerChange/StopTimeToAssignOnOwnerChange.yml +++ b/Packs/CommonScripts/Scripts/StopTimeToAssignOnOwnerChange/StopTimeToAssignOnOwnerChange.yml @@ -22,4 +22,4 @@ marketplaces: - xsoar tests: - SLA Scripts - Test -dockerimage: demisto/python3:3.10.13.83255 +dockerimage: demisto/python3:3.10.14.92207