Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
YuvHayun committed Mar 31, 2024
1 parent d3dc2fb commit 67fa10e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
10 changes: 10 additions & 0 deletions demisto_sdk/commands/common/schemas/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,16 @@ mapping:
type: bool
isfetch:xsoar_on_prem:
type: bool
isfetchevents:xsoar:
type: bool
isfetchevents:marketplacev2:
type: bool
isfetchevents:xpanse:
type: bool
isfetchevents:xsoar_saas:
type: bool
isfetchevents:xsoar_on_prem:
type: bool
system:
type: bool
hidden:
Expand Down
6 changes: 3 additions & 3 deletions demisto_sdk/commands/validate/initializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,9 @@ def gather_objects_to_run_on(
non_content_items,
) = self.get_files_using_git()
if not self.use_git:
content_objects_to_run_with_packs: Set[BaseContent] = self.get_items_from_packs(
content_objects_to_run
)
content_objects_to_run_with_packs: Set[
BaseContent
] = self.get_items_from_packs(content_objects_to_run)
else:
content_objects_to_run_with_packs = content_objects_to_run
for non_content_item in non_content_items:
Expand Down
1 change: 1 addition & 0 deletions demisto_sdk/scripts/add_marketplace_to_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
NON_SUPPORTED_KEYS = ["id"]
SUPPORTED_KEYS = [
"isfetch",
"isfetchevents",
"defaultValue",
"defaultvalue",
"required",
Expand Down

0 comments on commit 67fa10e

Please sign in to comment.