Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuel44 committed Nov 26, 2024
1 parent 82fd170 commit 10c8a4e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docker/xsoar-tools/verify.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# demisto-sdk
from demisto_sdk.commands.common.constants import (
ENTITY_TYPE_TO_DIR,
TYPE_TO_EXTENSION,
FileType,
)
from demisto_sdk.commands.common.content import Content
from demisto_sdk.commands.common.logger import logging_setup
from demisto_sdk.commands.init.contribution_converter import (
AUTOMATION,
INTEGRATION,
INTEGRATIONS_DIR,
SCRIPT,
SCRIPTS_DIR,
ContributionConverter,
get_child_directories,
get_child_files,
)
from demisto_sdk.commands.lint.lint_manager import LintManager
from demisto_sdk.commands.split.ymlsplitter import YmlSplitter
from demisto_sdk.commands.validate.old_validate_manager import OldValidateManager
from demisto_sdk.commands.common.tools import (
_get_file_id,
get_file_displayed_name,
find_type,
get_file,
)

print("All good, and you look amazing.")

0 comments on commit 10c8a4e

Please sign in to comment.