Skip to content
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

RunPollingCommand: Updated the script to execute using the DBot role. #10772

Merged
merged 3 commits into from
Jan 10, 2021
Merged
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
4 changes: 4 additions & 0 deletions Packs/CommonScripts/ReleaseNotes/1_3_11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

#### Scripts
##### RunPollingCommand
- Updated the script to execute using the DBot role.
Original file line number Diff line number Diff line change
@@ -25,6 +25,7 @@ args:
- name: additionalPollingCommandArgValues
description: Commas separated arguments values of the polling command
scripttarget: 0
runas: DBotRole
runonce: false
tests:
- No test
4 changes: 2 additions & 2 deletions Packs/CommonScripts/pack_metadata.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "Common Scripts",
"description": "Frequently used scripts pack.",
"support": "xsoar",
"currentVersion": "1.3.10",
"currentVersion": "1.3.11",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
@@ -41,4 +41,4 @@
"display_name": "Microsoft Graph Mail Single User"
}
}
}
}