-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Cyberwatch integration 1.0.4 #40695
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
Cyberwatch integration 1.0.4 #40695
Conversation
Thank you for your contribution. Your generosity and caring are unrivaled! Make sure to register your contribution by filling the Contribution Registration form, so our content wizard @merit-maita will know the proposed changes are ready to be reviewed. |
Hi @tarraschk, thanks for contributing to the XSOAR marketplace. To receive credit for your generous contribution please follow this link. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello
thank you so much for your contribution, it looks great.
i added a couple of comments please go over them, and if any help is needed let me know, you can reach out to me via slack DFIR (merit maayta)
thanks!
@tarraschk any update? |
Hello @merit-maita thank you for your message. @AmineHazi should be able to make a new push this week. |
@tarraschk any update? |
Hello @merit-maita, sorry for the late update, the issues should be all fixed in the new commits ! let me know if there are other changes that you would like me to do, have a nice day. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the update, i added just a couple of comments, more to that, let's set up a demo, feel free to contact me over slack DFIR (merit maayta) or by mail (mmaayta@paloaltonetworks.com) to set a call
assets = client.get_sysadmin_assets(args) | ||
|
||
if len(assets) == 0: | ||
return demisto.results("No Sysadmin assets found.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we no longer use demisto.results() please use return_results
return demisto.results("No Sysadmin assets found.") | |
return_results("No Sysadmin assets found.") |
asset = client.get_sysadmin_one_asset(args) | ||
|
||
if len(asset) == 0: | ||
return demisto.results(f"Sysadmin asset with {args.get('id')} not found.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return demisto.results(f"Sysadmin asset with {args.get('id')} not found.") | |
return_results(f"Sysadmin asset with {args.get('id')} not found.") |
asset = client.get_compliance_one_asset(args) | ||
|
||
if len(asset) == 0: | ||
return demisto.results(f"Compliance asset with {args.get('id')} not found.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return demisto.results(f"Compliance asset with {args.get('id')} not found.") | |
return_results(f"Compliance asset with {args.get('id')} not found.") |
assets = client.get_compliance_assets(args) | ||
|
||
if len(assets) == 0: | ||
return demisto.results("No Compliance assets found.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return demisto.results("No Compliance assets found.") | |
return_results("No Compliance assets found.") |
Hello @merit-maita, thank you for your feedback, i just handled the last comments that you've made everything is good now ! i will talk to @tarraschk so we can get back to you and setup the demo, have a nice afternoon ! |
that would be great, thanks! |
a44f668
into
demisto:contrib/Galeax_master-1
Thank you for your contribution. Your external PR has been merged and the changes are now included in an internal PR for further review. The internal PR will be merged to the master branch within 3 business days. |
Status
Related Issues
N/A
Description
Allows Cortex to fetch new data (metadata + compliance scans) from Cyberwatch.
Allows Cortex to send metadata to Cyberwatch.
Must have