fix(BeyondTrust): add missing provider field to integration YAML#43876
fix(BeyondTrust): add missing provider field to integration YAML#43876DanielTal87 merged 2 commits intomasterfrom
Conversation
🤖 AI-Powered Code Review AvailableYou can leverage AI-powered code review to assist with this PR! Available Commands:
|
Coverage Report
|
||||||||||||||||||||||||||||||
|
@marketplace-ai-reviewer start review |
|
🤖 Analysis started. Please wait for results... |
🤖 AI Review DisclaimerThis review was generated by an AI-powered tool and may contain inaccuracies. Please be advised, and we extend our sincere apologies for any inconvenience this may cause. |
marketplace-ai-reviewer
left a comment
There was a problem hiding this comment.
Thanks for your contribution to the BeyondTrust pack! I've reviewed the PR and found a few minor metadata and structural adjustments needed before we can merge.
Specifically, the integration YAML needs to be updated to follow Event Collector standards (such as using isFetchEvents and defining the correct marketplaces), and the root keys need to be reordered. Additionally, the pack metadata requires a few missing fields like the creation date and Cortex URL, and the release notes should be adjusted to the pack level since these are metadata improvements.
Let me know if you have any questions!
Additionally, please address the following file-level notes:
Packs/BeyondTrust/Integrations/BeyondTrustPrivilegeManagementCloud/BeyondTrustPrivilegeManagementCloud.yml: - The first key defined at the root level of the.ymlfile must always benameordisplay. Currently, the file starts withcommonfields. Please reorder the keys so thatnameordisplayis at the very top.- Since this is an Event Collector integration (
isfetchevents: true), themarketplacesarray must explicitly contain bothmarketplacev2andplatformin the integration.ymlfile. Please add themarketplacesarray to the root level of this file. - Event collectors must configure the
isFetchEventsparameter instead ofisFetch. Please rename theisFetchparameter in theconfigurationsection toisFetchEvents. Packs/BeyondTrust/pack_metadata.json: - Theurlfield must be updated tohttps://www.paloaltonetworks.com/cortex.- The mandatory key
createdis missing from the pack metadata. - The vendor name (
BeyondTrust) must be added to thekeywordslist.
@Shir2611, @kamalq97, @DanielTal87 please review and approve the results generated by the AI Reviewer by responding 👍 on this comment.
|
Validate summary Verdict: PR can be force merged from validate perspective? ✅ |
Status
Related Issues
Description
Must have