Skip to content

demisto/office-utils:2.0.0.117810 | 0-100 | PR batch #1/1 #37617

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/ConvertFile/ConvertFile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ outputs:
description: The file type.
type: String
scripttarget: 0
dockerimage: demisto/office-utils:2.0.0.117112
dockerimage: demisto/office-utils:2.0.0.117810
runas: DBotWeakRole
tests:
- No tests (auto formatted)
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ script: '-'
timeout: '0'
type: python
subtype: python3
dockerimage: demisto/office-utils:2.0.0.117112
dockerimage: demisto/office-utils:2.0.0.117810
fromversion: 5.5.0
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ timeout: '0'
type: python
subtype: python3
runas: DBotRole
dockerimage: demisto/office-utils:2.0.0.117112
dockerimage: demisto/office-utils:2.0.0.117810
fromversion: 5.0.0
tests:
- Extract Indicators From File - Generic v2 - Test
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/ParseWordDoc/ParseWordDoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ args:
default: true
description: Docx file to parse.
scripttarget: 0
dockerimage: demisto/office-utils:2.0.0.117112
dockerimage: demisto/office-utils:2.0.0.117810
fromversion: 5.0.0
tests:
- ParseWordDoc-Test
Loading