.coveragerc
.env
.flake8
.gitignore
.mypy.ini
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTION.md
LICENSE
Pipfile
Pipfile.lock
README.md
conftest.py
demisto-sdk-development.sh
package-lock.json
package.json
pytest.ini
setup.py
tox.ini
.circleci/config.yml
.github/CODEOWNERS
.github/pull_request_template.md
.vscode/extensions.json
.vscode/launch.json
Packs/ForTesting/.pack-ignore
Packs/ForTesting/.secrets-ignore
Packs/ForTesting/README.md
Packs/ForTesting/pack_metadata.json
Packs/TestPack/.pack-ignore
Packs/TestPack/.secrets-ignore
Packs/TestPack/README.md
Packs/TestPack/pack_metadata.json
TestSuite/__init__.py
TestSuite/conf_json.py
TestSuite/contribution.py
TestSuite/file.py
TestSuite/global_secrets.py
TestSuite/integration.py
TestSuite/job.py
TestSuite/json_based.py
TestSuite/pack.py
TestSuite/playbook.py
TestSuite/repo.py
TestSuite/script.py
TestSuite/secrets.py
TestSuite/test_tools.py
TestSuite/text_based.py
TestSuite/utils.py
TestSuite/yml.py
TestSuite/assets/default_integration/CHANGELOG.md
TestSuite/assets/default_integration/README.md
TestSuite/assets/default_integration/sample.py
TestSuite/assets/default_integration/sample.yml
TestSuite/assets/default_integration/sample_description.md
TestSuite/assets/default_integration/sample_image.png
TestSuite/assets/default_playbook/playbook-sample.yml
TestSuite/assets/default_script/CHANGELOG.md
TestSuite/assets/default_script/README.md
TestSuite/assets/default_script/sample_script.py
TestSuite/assets/default_script/sample_script.yml
TestSuite/assets/default_script/sample_script_description.md
TestSuite/assets/default_script/sample_script_image.png
demisto_sdk/__init__.py
demisto_sdk/__main__.py
demisto_sdk.egg-info/PKG-INFO
demisto_sdk.egg-info/SOURCES.txt
demisto_sdk.egg-info/dependency_links.txt
demisto_sdk.egg-info/entry_points.txt
demisto_sdk.egg-info/requires.txt
demisto_sdk.egg-info/top_level.txt
demisto_sdk/commands/__init__.py
demisto_sdk/commands/common/GitContentConfig.py
demisto_sdk/commands/common/__init__.py
demisto_sdk/commands/common/configuration.py
demisto_sdk/commands/common/constants.py
demisto_sdk/commands/common/default_additional_info.json
demisto_sdk/commands/common/default_additional_info_loader.py
demisto_sdk/commands/common/docker_util.py
demisto_sdk/commands/common/errors.py
demisto_sdk/commands/common/git_util.py
demisto_sdk/commands/common/legacy_git_tools.py
demisto_sdk/commands/common/logger.py
demisto_sdk/commands/common/mdx-parse-server.js
demisto_sdk/commands/common/mdx-parse.js
demisto_sdk/commands/common/timers.py
demisto_sdk/commands/common/tools.py
demisto_sdk/commands/common/update_id_set.py
demisto_sdk/commands/common/content/README.md
demisto_sdk/commands/common/content/__init__.py
demisto_sdk/commands/common/content/content.py
demisto_sdk/commands/common/content/errors.py
demisto_sdk/commands/common/content/objects_factory.py
demisto_sdk/commands/common/content/docs/CONTRIBUTION.md
demisto_sdk/commands/common/content/objects/abstract_objects/__init__.py
demisto_sdk/commands/common/content/objects/abstract_objects/dictionary_based_object.py
demisto_sdk/commands/common/content/objects/abstract_objects/general_object.py
demisto_sdk/commands/common/content/objects/abstract_objects/json_object.py
demisto_sdk/commands/common/content/objects/abstract_objects/text_object.py
demisto_sdk/commands/common/content/objects/abstract_objects/yaml_object.py
demisto_sdk/commands/common/content/objects/pack_objects/__init__.py
demisto_sdk/commands/common/content/objects/pack_objects/pack.py
demisto_sdk/commands/common/content/objects/pack_objects/abstract_pack_objects/json_content_object.py
demisto_sdk/commands/common/content/objects/pack_objects/abstract_pack_objects/yaml_content_object.py
demisto_sdk/commands/common/content/objects/pack_objects/abstract_pack_objects/yaml_unify_content_object.py
demisto_sdk/commands/common/content/objects/pack_objects/author_image/author_image.py
demisto_sdk/commands/common/content/objects/pack_objects/change_log/change_log.py
demisto_sdk/commands/common/content/objects/pack_objects/classifier/classifier.py
demisto_sdk/commands/common/content/objects/pack_objects/connection/connection.py
demisto_sdk/commands/common/content/objects/pack_objects/contributors/contributors.py
demisto_sdk/commands/common/content/objects/pack_objects/dashboard/dashboard.py
demisto_sdk/commands/common/content/objects/pack_objects/doc_file/doc_file.py
demisto_sdk/commands/common/content/objects/pack_objects/generic_definition/generic_definition.py
demisto_sdk/commands/common/content/objects/pack_objects/generic_field/generic_field.py
demisto_sdk/commands/common/content/objects/pack_objects/generic_module/generic_module.py
demisto_sdk/commands/common/content/objects/pack_objects/generic_type/generic_type.py
demisto_sdk/commands/common/content/objects/pack_objects/incident_field/incident_field.py
demisto_sdk/commands/common/content/objects/pack_objects/incident_type/incident_type.py
demisto_sdk/commands/common/content/objects/pack_objects/indicator_field/indicator_field.py
demisto_sdk/commands/common/content/objects/pack_objects/indicator_type/indicator_type.py
demisto_sdk/commands/common/content/objects/pack_objects/integration/integration.py
demisto_sdk/commands/common/content/objects/pack_objects/job/job.py
demisto_sdk/commands/common/content/objects/pack_objects/layout/layout.py
demisto_sdk/commands/common/content/objects/pack_objects/lists/lists.py
demisto_sdk/commands/common/content/objects/pack_objects/pack_ignore/pack_ignore.py
demisto_sdk/commands/common/content/objects/pack_objects/pack_metadata/pack_metadata.py
demisto_sdk/commands/common/content/objects/pack_objects/playbook/playbook.py
demisto_sdk/commands/common/content/objects/pack_objects/pre_process_rule/pre_process_rule.py
demisto_sdk/commands/common/content/objects/pack_objects/readme/readme.py
demisto_sdk/commands/common/content/objects/pack_objects/release_note/release_note.py
demisto_sdk/commands/common/content/objects/pack_objects/release_note_config/release_note_config.py
demisto_sdk/commands/common/content/objects/pack_objects/report/report.py
demisto_sdk/commands/common/content/objects/pack_objects/script/script.py
demisto_sdk/commands/common/content/objects/pack_objects/secret_ignore/secret_ignore.py
demisto_sdk/commands/common/content/objects/pack_objects/tool/agent_tool.py
demisto_sdk/commands/common/content/objects/pack_objects/widget/widget.py
demisto_sdk/commands/common/content/objects/root_objects/__init__.py
demisto_sdk/commands/common/content/objects/root_objects/content_descriptor/content_descriptor.py
demisto_sdk/commands/common/content/objects/root_objects/documentation/documentation.py
demisto_sdk/commands/common/content/tests/content_test.py
demisto_sdk/commands/common/content/tests/objects/abstract_objects/json_object_test.py
demisto_sdk/commands/common/content/tests/objects/abstract_objects/text_object_test.py
demisto_sdk/commands/common/content/tests/objects/abstract_objects/yaml_object_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/pack_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/abstract_pack_objects/json_content_object_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/abstract_pack_objects/yaml_content_object_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/author_image/author_image_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/change_log/change_log_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/classifier/classifier_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/classifier/classifier_test/classifier_mapper.json
demisto_sdk/commands/common/content/tests/objects/pack_objects/classifier/classifier_test/old_classifier.json
demisto_sdk/commands/common/content/tests/objects/pack_objects/connection/connection_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/dashboard/dashboard_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/doc_file/doc_file_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/incident_field/incident_field_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/incident_type/incident_type_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/indicator_field/indicator_field_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/indicator_type/indicator_type_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/indicator_type/indicator_type_test/reputations.json
demisto_sdk/commands/common/content/tests/objects/pack_objects/integration/integration_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/integration/integration_test/TestNotUnifiedIntegration/CHANGELOG.md
demisto_sdk/commands/common/content/tests/objects/pack_objects/integration/integration_test/TestNotUnifiedIntegration/README.md
demisto_sdk/commands/common/content/tests/objects/pack_objects/integration/integration_test/TestNotUnifiedIntegration/sample.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/integration/integration_test/TestNotUnifiedIntegration/sample.yml
demisto_sdk/commands/common/content/tests/objects/pack_objects/integration/integration_test/TestNotUnifiedIntegration/sample_description.md
demisto_sdk/commands/common/content/tests/objects/pack_objects/integration/integration_test/TestNotUnifiedIntegration/sample_image.png
demisto_sdk/commands/common/content/tests/objects/pack_objects/integration/integration_test/TestUnifiedIntegration/integration-sample.yml
demisto_sdk/commands/common/content/tests/objects/pack_objects/integration/integration_test/TestUnifiedIntegration/integration-sample_CHANGELOG.md
demisto_sdk/commands/common/content/tests/objects/pack_objects/integration/integration_test/TestUnifiedIntegration/integration-sample_README.md
demisto_sdk/commands/common/content/tests/objects/pack_objects/job/job_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/job/job_test/Jobs/sample-job.json
demisto_sdk/commands/common/content/tests/objects/pack_objects/layout/layout_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/layout/layout_test/layoutscontainer-Zimperium_event.json
demisto_sdk/commands/common/content/tests/objects/pack_objects/lists/lists_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/pack_ignore/pack_ignore_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/pack_metadata/pack_metadata_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/playbook/playbook_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/pre_process_rule/pre_process_rule_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/readme/readme_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/release_note/release_note_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/release_note_config/release_note_config_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/report/report_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/script/script_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/script/script_test/TestNotUnifiedScript/CHANGELOG.md
demisto_sdk/commands/common/content/tests/objects/pack_objects/script/script_test/TestNotUnifiedScript/FindSimilarIncidentsByText.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/script/script_test/TestNotUnifiedScript/FindSimilarIncidentsByText.yml
demisto_sdk/commands/common/content/tests/objects/pack_objects/script/script_test/TestUnifiedScript/script-FindSimilarIncidentsByText.yml
demisto_sdk/commands/common/content/tests/objects/pack_objects/script/script_test/TestUnifiedScript/script-FindSimilarIncidentsByText_CHANGELOG.md
demisto_sdk/commands/common/content/tests/objects/pack_objects/secret_ignore/secret_ignore_test.py
demisto_sdk/commands/common/content/tests/objects/pack_objects/widget/widget_test.py
demisto_sdk/commands/common/content/tests/objects/root_objects/content_descriptor/content_descriptor_test.py
demisto_sdk/commands/common/content/tests/objects/root_objects/documentation/documentation_test.py
demisto_sdk/commands/common/hook_validations/__init__.py
demisto_sdk/commands/common/hook_validations/author_image.py
demisto_sdk/commands/common/hook_validations/base_validator.py
demisto_sdk/commands/common/hook_validations/classifier.py
demisto_sdk/commands/common/hook_validations/conf_json.py
demisto_sdk/commands/common/hook_validations/content_entity_validator.py
demisto_sdk/commands/common/hook_validations/dashboard.py
demisto_sdk/commands/common/hook_validations/description.py
demisto_sdk/commands/common/hook_validations/docker.py
demisto_sdk/commands/common/hook_validations/field_base_validator.py
demisto_sdk/commands/common/hook_validations/generic_definition.py
demisto_sdk/commands/common/hook_validations/generic_field.py
demisto_sdk/commands/common/hook_validations/generic_module.py
demisto_sdk/commands/common/hook_validations/generic_type.py
demisto_sdk/commands/common/hook_validations/id.py
demisto_sdk/commands/common/hook_validations/image.py
demisto_sdk/commands/common/hook_validations/incident_field.py
demisto_sdk/commands/common/hook_validations/incident_type.py
demisto_sdk/commands/common/hook_validations/indicator_field.py
demisto_sdk/commands/common/hook_validations/integration.py
demisto_sdk/commands/common/hook_validations/job.py
demisto_sdk/commands/common/hook_validations/layout.py
demisto_sdk/commands/common/hook_validations/lists.py
demisto_sdk/commands/common/hook_validations/mapper.py
demisto_sdk/commands/common/hook_validations/old_release_notes.py
demisto_sdk/commands/common/hook_validations/pack_unique_files.py
demisto_sdk/commands/common/hook_validations/playbook.py
demisto_sdk/commands/common/hook_validations/pre_process_rule.py
demisto_sdk/commands/common/hook_validations/readme.py
demisto_sdk/commands/common/hook_validations/release_notes.py
demisto_sdk/commands/common/hook_validations/release_notes_config.py
demisto_sdk/commands/common/hook_validations/report.py
demisto_sdk/commands/common/hook_validations/reputation.py
demisto_sdk/commands/common/hook_validations/script.py
demisto_sdk/commands/common/hook_validations/structure.py
demisto_sdk/commands/common/hook_validations/test_playbook.py
demisto_sdk/commands/common/hook_validations/widget.py
demisto_sdk/commands/common/hook_validations/xsoar_config_json.py
demisto_sdk/commands/common/schemas/canvas-context-connections.yml
demisto_sdk/commands/common/schemas/classifier.yml
demisto_sdk/commands/common/schemas/classifier_5_9_9.yml
demisto_sdk/commands/common/schemas/dashboard.yml
demisto_sdk/commands/common/schemas/genericdefinition.yml
demisto_sdk/commands/common/schemas/genericfield.yml
demisto_sdk/commands/common/schemas/genericmodule.yml
demisto_sdk/commands/common/schemas/generictype.yml
demisto_sdk/commands/common/schemas/incidentfield.yml
demisto_sdk/commands/common/schemas/incidentfields.yml
demisto_sdk/commands/common/schemas/incidenttype.yml
demisto_sdk/commands/common/schemas/indicatorfield.yml
demisto_sdk/commands/common/schemas/integration.yml
demisto_sdk/commands/common/schemas/job.yml
demisto_sdk/commands/common/schemas/layout.yml
demisto_sdk/commands/common/schemas/layoutscontainer.yml
demisto_sdk/commands/common/schemas/list.yml
demisto_sdk/commands/common/schemas/mapper.yml
demisto_sdk/commands/common/schemas/playbook.yml
demisto_sdk/commands/common/schemas/pre-process-rules.yml
demisto_sdk/commands/common/schemas/releasenotesconfig.yml
demisto_sdk/commands/common/schemas/report.yml
demisto_sdk/commands/common/schemas/reputation.yml
demisto_sdk/commands/common/schemas/script.yml
demisto_sdk/commands/common/schemas/widget.yml
demisto_sdk/commands/common/schemas/xsoar_config.json
demisto_sdk/commands/common/tests/__init__.py
demisto_sdk/commands/common/tests/author_image_validator_test.py
demisto_sdk/commands/common/tests/base_validator_test.py
demisto_sdk/commands/common/tests/classifier_test.py
demisto_sdk/commands/common/tests/conf_test.py
demisto_sdk/commands/common/tests/content_entity_validator_test.py
demisto_sdk/commands/common/tests/dashboard_test.py
demisto_sdk/commands/common/tests/dependencies_test.py
demisto_sdk/commands/common/tests/description_test.py
demisto_sdk/commands/common/tests/docker_test.py
demisto_sdk/commands/common/tests/docker_util_test.py
demisto_sdk/commands/common/tests/errors_test.py
demisto_sdk/commands/common/tests/field_validator_test.py
demisto_sdk/commands/common/tests/generic_field_test.py
demisto_sdk/commands/common/tests/git_util_test.py
demisto_sdk/commands/common/tests/id_test.py
demisto_sdk/commands/common/tests/image_test.py
demisto_sdk/commands/common/tests/incident_field_test.py
demisto_sdk/commands/common/tests/incident_type_test.py
demisto_sdk/commands/common/tests/indicator_field_test.py
demisto_sdk/commands/common/tests/integration_test.py
demisto_sdk/commands/common/tests/layout_test.py
demisto_sdk/commands/common/tests/legacy_git_tools_test.py
demisto_sdk/commands/common/tests/lists_test.py
demisto_sdk/commands/common/tests/mapper_test.py
demisto_sdk/commands/common/tests/old_release_notes_test.py
demisto_sdk/commands/common/tests/pack_metadata_validator_test.py
demisto_sdk/commands/common/tests/pack_unique_files_test.py
demisto_sdk/commands/common/tests/playbook_test.py
demisto_sdk/commands/common/tests/pre_process_rule_test.py
demisto_sdk/commands/common/tests/readme_test.py
demisto_sdk/commands/common/tests/release_notes_config_test.py
demisto_sdk/commands/common/tests/release_notes_test.py
demisto_sdk/commands/common/tests/reputation_test.py
demisto_sdk/commands/common/tests/script_test.py
demisto_sdk/commands/common/tests/structure_test.py
demisto_sdk/commands/common/tests/timers_test.py
demisto_sdk/commands/common/tests/tools_test.py
demisto_sdk/commands/common/tests/update_id_set_test.py
demisto_sdk/commands/common/tests/widget_test.py
demisto_sdk/commands/common/tests/xsoar_config_file_test.py
demisto_sdk/commands/convert/README.md
demisto_sdk/commands/convert/__init__.py
demisto_sdk/commands/convert/convert_manager.py
demisto_sdk/commands/convert/dir_convert_managers.py
demisto_sdk/commands/convert/converters/__init__.py
demisto_sdk/commands/convert/converters/base_converter.py
demisto_sdk/commands/convert/converters/classifier/__init__.py
demisto_sdk/commands/convert/converters/classifier/classifier_6_0_0_converter.py
demisto_sdk/commands/convert/converters/classifier/classifier_base_converter.py
demisto_sdk/commands/convert/converters/classifier/tests/__init__.py
demisto_sdk/commands/convert/converters/classifier/tests/classifier_6_0_0_converter_test.py
demisto_sdk/commands/convert/converters/classifier/tests/classifier_base_converter_test.py
demisto_sdk/commands/convert/converters/classifier/tests/test_data/classifier-Cymulate.json
demisto_sdk/commands/convert/converters/classifier/tests/test_data/classifier-Cymulate_5_9_9.json
demisto_sdk/commands/convert/converters/classifier/tests/test_data/classifier-mapper-incoming-Cymulate.json
demisto_sdk/commands/convert/converters/layout/__init__.py
demisto_sdk/commands/convert/converters/layout/layout_6_0_0_converter.py
demisto_sdk/commands/convert/converters/layout/layout_base_converter.py
demisto_sdk/commands/convert/converters/layout/layout_up_to_5_9_9_converter.py
demisto_sdk/commands/convert/converters/layout/tests/__init__.py
demisto_sdk/commands/convert/converters/layout/tests/layout_6_0_0_converter_test.py
demisto_sdk/commands/convert/converters/layout/tests/layout_base_converter_test.py
demisto_sdk/commands/convert/converters/layout/tests/layout_up_to_5_9_9_test.py
demisto_sdk/commands/convert/converters/layout/tests/test_data/__init__.py
demisto_sdk/commands/convert/converters/layout/tests/test_data/incidenttype-ExtraHop_Detection.json
demisto_sdk/commands/convert/converters/layout/tests/test_data/incidenttype-ExtraHop_Detection_2.json
demisto_sdk/commands/convert/converters/layout/tests/test_data/layout-close-ExtraHop_Detection.json
demisto_sdk/commands/convert/converters/layout/tests/test_data/layout-details-ExtraHop_Detection.json
demisto_sdk/commands/convert/converters/layout/tests/test_data/layout-edit-ExtraHop_Detection.json
demisto_sdk/commands/convert/converters/layout/tests/test_data/layout-indicatorsDetails-Cryptocurrency_Address-V3.json
demisto_sdk/commands/convert/converters/layout/tests/test_data/layout-mobile-ExtraHop_Detection.json
demisto_sdk/commands/convert/converters/layout/tests/test_data/layout-quickView-ExtraHop_Detection.json
demisto_sdk/commands/convert/converters/layout/tests/test_data/layout_up_to_5_9_9_expected_convert_dir_test_file_output.json
demisto_sdk/commands/convert/converters/layout/tests/test_data/layoutscontainer-ExtraHop_Detection.json
demisto_sdk/commands/convert/converters/layout/tests/test_data/reputation-cryptocurrency.json
demisto_sdk/commands/convert/converters/tests/base_converter_test.py
demisto_sdk/commands/convert/tests/__init__.py
demisto_sdk/commands/convert/tests/convert_manager_test.py
demisto_sdk/commands/coverage_analyze/README.md
demisto_sdk/commands/coverage_analyze/coverage_report.py
demisto_sdk/commands/coverage_analyze/helpers.py
demisto_sdk/commands/coverage_analyze/tests/coverage_report_test.py
demisto_sdk/commands/coverage_analyze/tests/helpers_test.py
demisto_sdk/commands/coverage_analyze/tests/data/HealthCheckAnalyzeLargeInvestigations_py
demisto_sdk/commands/coverage_analyze/tests/data/coverage-min.json
demisto_sdk/commands/coverage_analyze/tests/data/coverage.json
demisto_sdk/commands/coverage_analyze/tests/data/coverage.txt
demisto_sdk/commands/coverage_analyze/tests/data/coverage_data_files/HealthCheckAnalyzeLargeInvestigations
demisto_sdk/commands/coverage_analyze/tests/data/coverage_data_files/Vertica
demisto_sdk/commands/coverage_analyze/tests/data/coverage_data_files/VirusTotalV3
demisto_sdk/commands/coverage_analyze/tests/data/coverage_data_files/VirusTotal_V3_Premium
demisto_sdk/commands/create_artifacts/README.md
demisto_sdk/commands/create_artifacts/artifacts_report.py
demisto_sdk/commands/create_artifacts/content_artifacts_creator.py
demisto_sdk/commands/create_artifacts/tests/content_artifacts_creator_test.py
demisto_sdk/commands/create_artifacts/tests/data/id_set_missing_packs_and_items.json
demisto_sdk/commands/create_artifacts/tests/data/common_server/CommonServerPython.py
demisto_sdk/commands/create_artifacts/tests/data/common_server/CommonServerPython_modified.py
demisto_sdk/commands/create_id_set/README.md
demisto_sdk/commands/create_id_set/__init__.py
demisto_sdk/commands/create_id_set/create_id_set.py
demisto_sdk/commands/create_id_set/tests/__init__.py
demisto_sdk/commands/create_id_set/tests/create_id_set_test.py
demisto_sdk/commands/create_id_set/tests/test_data/__init__.py
demisto_sdk/commands/create_id_set/tests/test_data/classifier-mapper-to-test-complex-value.json
demisto_sdk/commands/create_id_set/tests/test_data/classifier-mapper-to-test-no-types-fields.json
demisto_sdk/commands/create_id_set/tests/test_data/classifier-mapper-to-test.json
demisto_sdk/commands/create_id_set/tests/test_data/classifier-to-test-no-incidenttypes.json
demisto_sdk/commands/create_id_set/tests/test_data/classifier-to-test.json
demisto_sdk/commands/create_id_set/tests/test_data/incidentfield-to-test-no-types_scripts.json
demisto_sdk/commands/create_id_set/tests/test_data/incidentfield-to-test.json
demisto_sdk/commands/create_id_set/tests/test_data/incidenttype-to-test-no-playbook-script.json
demisto_sdk/commands/create_id_set/tests/test_data/incidenttype-to-test.json
demisto_sdk/commands/create_id_set/tests/test_data/layout-to-test-no-types-fields.json
demisto_sdk/commands/create_id_set/tests/test_data/layout-to-test.json
demisto_sdk/commands/create_id_set/tests/test_data/layoutscontainer-to-test.json
demisto_sdk/commands/create_id_set/tests/test_data/playbook-no-incident-fields.yml
demisto_sdk/commands/create_id_set/tests/test_data/playbook-with-incident-fields.yml
demisto_sdk/commands/create_id_set/tests/test_data/reputation-indicatortype.json
demisto_sdk/commands/create_id_set/tests/test_data/reputation-indicatortype_no_script_no_integration.json
demisto_sdk/commands/create_id_set/tests/test_data/widget-no-scripts.json
demisto_sdk/commands/create_id_set/tests/test_data/widget-with-scripts.json
demisto_sdk/commands/doc_reviewer/README.md
demisto_sdk/commands/doc_reviewer/doc_reviewer.py
demisto_sdk/commands/doc_reviewer/known_words.py
demisto_sdk/commands/doc_reviewer/rn_checker.py
demisto_sdk/commands/doc_reviewer/tests/doc_reviewer_test.py
demisto_sdk/commands/download/README.md
demisto_sdk/commands/download/__init__.py
demisto_sdk/commands/download/downloader.py
demisto_sdk/commands/download/tests/README.md
demisto_sdk/commands/download/tests/downloader_test.py
demisto_sdk/commands/download/tests/tests_data/custom_content/automation-TestScript.yml
demisto_sdk/commands/download/tests/tests_data/custom_content/integration-DummyJSIntegration.yml
demisto_sdk/commands/download/tests/tests_data/custom_content/integration-Test_Integration.yml
demisto_sdk/commands/download/tests/tests_data/custom_content/layout-details-TestLayout.json
demisto_sdk/commands/download/tests/tests_data/custom_content/playbook-DummyPlaybook.yml
demisto_sdk/commands/download/tests/tests_env/content/Packs/TestPack/Integrations/TestIntegration/CHANGELOG.md
demisto_sdk/commands/download/tests/tests_env/content/Packs/TestPack/Integrations/TestIntegration/README.md
demisto_sdk/commands/download/tests/tests_env/content/Packs/TestPack/Integrations/TestIntegration/TestIntegration.py
demisto_sdk/commands/download/tests/tests_env/content/Packs/TestPack/Integrations/TestIntegration/TestIntegration.yml
demisto_sdk/commands/download/tests/tests_env/content/Packs/TestPack/Integrations/TestIntegration/TestIntegration_description.md
demisto_sdk/commands/download/tests/tests_env/content/Packs/TestPack/Integrations/TestIntegration/TestIntegration_image.png
demisto_sdk/commands/download/tests/tests_env/content/Packs/TestPack/Integrations/TestIntegration/TestIntegration_testt.py
demisto_sdk/commands/download/tests/tests_env/content/Packs/TestPack/Layouts/layout-details-TestLayout.json
demisto_sdk/commands/download/tests/tests_env/content/Packs/TestPack/Playbooks/playbook-DummyPlaybook.yml
demisto_sdk/commands/download/tests/tests_env/content/Packs/TestPack/Scripts/TestScript/CHANGELOG.md
demisto_sdk/commands/download/tests/tests_env/content/Packs/TestPack/Scripts/TestScript/README.md
demisto_sdk/commands/download/tests/tests_env/content/Packs/TestPack/Scripts/TestScript/TestScript.py
demisto_sdk/commands/download/tests/tests_env/content/Packs/TestPack/Scripts/TestScript/TestScript.yml
demisto_sdk/commands/download/tests_backup/tests_data/custom_content/automation-TestScript.yml
demisto_sdk/commands/download/tests_backup/tests_data/custom_content/integration-Test_Integration.yml
demisto_sdk/commands/download/tests_backup/tests_data/custom_content/layout-details-TestLayout.json
demisto_sdk/commands/download/tests_backup/tests_data/custom_content/playbook-DummyPlaybook.yml
demisto_sdk/commands/download/tests_backup/tests_env/content/Packs/TestPack/Integrations/TestIntegration/CHANGELOG.md
demisto_sdk/commands/download/tests_backup/tests_env/content/Packs/TestPack/Integrations/TestIntegration/README.md
demisto_sdk/commands/download/tests_backup/tests_env/content/Packs/TestPack/Integrations/TestIntegration/TestIntegration.py
demisto_sdk/commands/download/tests_backup/tests_env/content/Packs/TestPack/Integrations/TestIntegration/TestIntegration.yml
demisto_sdk/commands/download/tests_backup/tests_env/content/Packs/TestPack/Integrations/TestIntegration/TestIntegration_description.md
demisto_sdk/commands/download/tests_backup/tests_env/content/Packs/TestPack/Integrations/TestIntegration/TestIntegration_image.png
demisto_sdk/commands/download/tests_backup/tests_env/content/Packs/TestPack/Integrations/TestIntegration/TestIntegration_testt.py
demisto_sdk/commands/download/tests_backup/tests_env/content/Packs/TestPack/Layouts/layout-details-TestLayout.json
demisto_sdk/commands/download/tests_backup/tests_env/content/Packs/TestPack/Playbooks/playbook-DummyPlaybook.yml
demisto_sdk/commands/download/tests_backup/tests_env/content/Packs/TestPack/Scripts/TestScript/CHANGELOG.md
demisto_sdk/commands/download/tests_backup/tests_env/content/Packs/TestPack/Scripts/TestScript/README.md
demisto_sdk/commands/download/tests_backup/tests_env/content/Packs/TestPack/Scripts/TestScript/TestScript.py
demisto_sdk/commands/download/tests_backup/tests_env/content/Packs/TestPack/Scripts/TestScript/TestScript.yml
demisto_sdk/commands/error_code_info/__init__.py
demisto_sdk/commands/error_code_info/error_code_info.py
demisto_sdk/commands/find_dependencies/README.md
demisto_sdk/commands/find_dependencies/__init__.py
demisto_sdk/commands/find_dependencies/find_dependencies.py
demisto_sdk/commands/find_dependencies/find_dependencies_command.md
demisto_sdk/commands/find_dependencies/tests/find_dependencies_test.py
demisto_sdk/commands/format/README.md
demisto_sdk/commands/format/__init__.py
demisto_sdk/commands/format/format_constants.py
demisto_sdk/commands/format/format_module.py
demisto_sdk/commands/format/update_classifier.py
demisto_sdk/commands/format/update_connection.py
demisto_sdk/commands/format/update_dashboard.py
demisto_sdk/commands/format/update_description.py
demisto_sdk/commands/format/update_generic.py
demisto_sdk/commands/format/update_generic_json.py
demisto_sdk/commands/format/update_generic_yml.py
demisto_sdk/commands/format/update_genericdefinition.py
demisto_sdk/commands/format/update_genericfield.py
demisto_sdk/commands/format/update_genericmodule.py
demisto_sdk/commands/format/update_generictype.py
demisto_sdk/commands/format/update_incidentfields.py
demisto_sdk/commands/format/update_incidenttype.py
demisto_sdk/commands/format/update_indicatorfields.py
demisto_sdk/commands/format/update_indicatortype.py
demisto_sdk/commands/format/update_integration.py
demisto_sdk/commands/format/update_job.py
demisto_sdk/commands/format/update_layout.py
demisto_sdk/commands/format/update_lists.py
demisto_sdk/commands/format/update_mapper.py
demisto_sdk/commands/format/update_playbook.py
demisto_sdk/commands/format/update_pre_process_rules.py
demisto_sdk/commands/format/update_pythonfile.py
demisto_sdk/commands/format/update_report.py
demisto_sdk/commands/format/update_script.py
demisto_sdk/commands/format/update_widget.py
demisto_sdk/commands/format/tests/test_formatting_job_test.py
demisto_sdk/commands/format/tests/test_formatting_json_test.py
demisto_sdk/commands/format/tests/test_formatting_md_test.py
demisto_sdk/commands/format/tests/test_formatting_yml_test.py
demisto_sdk/commands/generate_docs/README.md
demisto_sdk/commands/generate_docs/__init__.py
demisto_sdk/commands/generate_docs/common.py
demisto_sdk/commands/generate_docs/default_additional_information.json
demisto_sdk/commands/generate_docs/generate_integration_doc.py
demisto_sdk/commands/generate_docs/generate_playbook_doc.py
demisto_sdk/commands/generate_docs/generate_script_doc.py
demisto_sdk/commands/generate_docs/tests/generate_docs_test.py
demisto_sdk/commands/generate_integration/README.md
demisto_sdk/commands/generate_integration/XSOARIntegration.py
demisto_sdk/commands/generate_integration/base_code.py
demisto_sdk/commands/generate_integration/code_generator.py
demisto_sdk/commands/generate_integration/tests/code_generator_test.py
demisto_sdk/commands/generate_integration/tests/test_files/VirusTotal-autogen-config.json
demisto_sdk/commands/generate_integration/tests/test_files/VirusTotalTest/VirusTotalTest.py
demisto_sdk/commands/generate_integration/tests/test_files/VirusTotalTest/VirusTotalTest.yml
demisto_sdk/commands/generate_outputs/README.md
demisto_sdk/commands/generate_outputs/generate_outputs.py
demisto_sdk/commands/generate_outputs/generate_outputs_test.py
demisto_sdk/commands/generate_outputs/generate_context/__init__.py
demisto_sdk/commands/generate_outputs/generate_context/generate_integration_context.py
demisto_sdk/commands/generate_outputs/generate_context/tests/generate_integration_context_test.py
demisto_sdk/commands/generate_outputs/generate_context/tests/test_data/fake_examples.txt
demisto_sdk/commands/generate_outputs/generate_context/tests/test_data/fake_integration_empty_output.yml
demisto_sdk/commands/generate_outputs/generate_context/tests/test_data/fake_outputs.json
demisto_sdk/commands/generate_outputs/generate_context/tests/test_data/fake_outputs_with_contexts.json
demisto_sdk/commands/generate_outputs/generate_descriptions/__init__.py
demisto_sdk/commands/generate_outputs/generate_descriptions/generate_descriptions.py
demisto_sdk/commands/generate_outputs/generate_descriptions/tests/generate_descriptions_test.py
demisto_sdk/commands/generate_outputs/generate_descriptions/tests/test_data/ai21_response.json
demisto_sdk/commands/generate_outputs/generate_descriptions/tests/test_data/input_integration.yml
demisto_sdk/commands/generate_outputs/generate_descriptions/tests/test_data/input_integration_similar_paths.yml
demisto_sdk/commands/generate_outputs/generate_descriptions/tests/test_data/logprob_res.json
demisto_sdk/commands/generate_outputs/json_to_outputs/__init__.py
demisto_sdk/commands/generate_outputs/json_to_outputs/json_to_outputs.py
demisto_sdk/commands/generate_outputs/json_to_outputs/tests/json_to_outputs_test.py
demisto_sdk/commands/generate_test_playbook/README.md
demisto_sdk/commands/generate_test_playbook/__init__.py
demisto_sdk/commands/generate_test_playbook/test_playbook_generator.py
demisto_sdk/commands/generate_test_playbook/tests/test_playbook_generator_test.py
demisto_sdk/commands/init/README.md
demisto_sdk/commands/init/__init__.py
demisto_sdk/commands/init/contribution_converter.py
demisto_sdk/commands/init/initiator.py
demisto_sdk/commands/init/templates/BaseIntegration/BaseIntegration.py
demisto_sdk/commands/init/templates/BaseIntegration/BaseIntegration.yml
demisto_sdk/commands/init/templates/BaseIntegration/BaseIntegration_description.md
demisto_sdk/commands/init/templates/BaseIntegration/BaseIntegration_image.png
demisto_sdk/commands/init/templates/BaseIntegration/BaseIntegration_test.py
demisto_sdk/commands/init/templates/BaseIntegration/Pipfile
demisto_sdk/commands/init/templates/BaseIntegration/Pipfile.lock
demisto_sdk/commands/init/templates/BaseIntegration/README.md
demisto_sdk/commands/init/templates/BaseIntegration/command_examples
demisto_sdk/commands/init/templates/BaseScript/BaseScript.py
demisto_sdk/commands/init/templates/BaseScript/BaseScript.yml
demisto_sdk/commands/init/templates/BaseScript/BaseScript_test.py
demisto_sdk/commands/init/templates/BaseScript/README.md
demisto_sdk/commands/init/templates/BaseScript/test_data/basescript-dummy.json
demisto_sdk/commands/init/templates/FeedHelloWorld/FeedHelloWorld.py
demisto_sdk/commands/init/templates/FeedHelloWorld/FeedHelloWorld.yml
demisto_sdk/commands/init/templates/FeedHelloWorld/FeedHelloWorld_description.md
demisto_sdk/commands/init/templates/FeedHelloWorld/FeedHelloWorld_image.png
demisto_sdk/commands/init/templates/FeedHelloWorld/FeedHelloWorld_test.py
demisto_sdk/commands/init/templates/FeedHelloWorld/Pipfile
demisto_sdk/commands/init/templates/FeedHelloWorld/Pipfile.lock
demisto_sdk/commands/init/templates/FeedHelloWorld/README_example.md
demisto_sdk/commands/init/templates/FeedHelloWorld/command_examples
demisto_sdk/commands/init/templates/FeedHelloWorld/test_data/FeedHelloWorld_mock.txt
demisto_sdk/commands/init/templates/FeedHelloWorld/test_data/build_iterator_results.json
demisto_sdk/commands/init/templates/FeedHelloWorld/test_data/get_indicators_command_results.json
demisto_sdk/commands/init/templates/HelloIAMWorld/HelloIAMWorld.py
demisto_sdk/commands/init/templates/HelloIAMWorld/HelloIAMWorld.yml
demisto_sdk/commands/init/templates/HelloIAMWorld/HelloIAMWorld_description.md
demisto_sdk/commands/init/templates/HelloIAMWorld/HelloIAMWorld_image.png
demisto_sdk/commands/init/templates/HelloIAMWorld/HelloIAMWorld_test.py
demisto_sdk/commands/init/templates/HelloIAMWorld/Pipfile
demisto_sdk/commands/init/templates/HelloIAMWorld/Pipfile.lock
demisto_sdk/commands/init/templates/HelloIAMWorld/README.md
demisto_sdk/commands/init/templates/HelloIAMWorld/command_examples
demisto_sdk/commands/init/templates/HelloWorld/HelloWorld.py
demisto_sdk/commands/init/templates/HelloWorld/HelloWorld.yml
demisto_sdk/commands/init/templates/HelloWorld/HelloWorld_description.md
demisto_sdk/commands/init/templates/HelloWorld/HelloWorld_image.png
demisto_sdk/commands/init/templates/HelloWorld/HelloWorld_test.py
demisto_sdk/commands/init/templates/HelloWorld/Pipfile
demisto_sdk/commands/init/templates/HelloWorld/Pipfile.lock
demisto_sdk/commands/init/templates/HelloWorld/README.md
demisto_sdk/commands/init/templates/HelloWorld/command_examples
demisto_sdk/commands/init/templates/HelloWorld/test_data/domain_reputation.json
demisto_sdk/commands/init/templates/HelloWorld/test_data/get_alert.json
demisto_sdk/commands/init/templates/HelloWorld/test_data/ip_reputation.json
demisto_sdk/commands/init/templates/HelloWorld/test_data/scan_results.json
demisto_sdk/commands/init/templates/HelloWorld/test_data/search_alerts.json
demisto_sdk/commands/init/templates/HelloWorld/test_data/update_alert_status.json
demisto_sdk/commands/init/templates/HelloWorldScript/HelloWorldScript.py
demisto_sdk/commands/init/templates/HelloWorldScript/HelloWorldScript.yml
demisto_sdk/commands/init/templates/HelloWorldScript/HelloWorldScript_test.py
demisto_sdk/commands/init/tests/contribution_converter_test.py
demisto_sdk/commands/init/tests/initiator_test.py
demisto_sdk/commands/init/tests/RN/1_0_1.md
demisto_sdk/commands/init/tests/RN/1_0_1_expected.md
demisto_sdk/commands/integration_diff/README.md
demisto_sdk/commands/integration_diff/__init__.py
demisto_sdk/commands/integration_diff/integration_diff_detector.py
demisto_sdk/commands/integration_diff/tests/integration_diff_test.py
demisto_sdk/commands/lint/README.md
demisto_sdk/commands/lint/__init__.py
demisto_sdk/commands/lint/commands_builder.py
demisto_sdk/commands/lint/helpers.py
demisto_sdk/commands/lint/lint_manager.py
demisto_sdk/commands/lint/linter.py
demisto_sdk/commands/lint/resources/certificates/panw-cert.crt
demisto_sdk/commands/lint/resources/pipfile_python2/Pipfile
demisto_sdk/commands/lint/resources/pipfile_python2/Pipfile.lock
demisto_sdk/commands/lint/resources/pipfile_python3/Pipfile
demisto_sdk/commands/lint/resources/pipfile_python3/Pipfile.lock
demisto_sdk/commands/lint/resources/pylint_plugins/base_checker.py
demisto_sdk/commands/lint/resources/pylint_plugins/certified_partner_level_checker.py
demisto_sdk/commands/lint/resources/pylint_plugins/community_level_checker.py
demisto_sdk/commands/lint/resources/pylint_plugins/partner_level_checker.py
demisto_sdk/commands/lint/resources/pylint_plugins/xsoar_level_checker.py
demisto_sdk/commands/lint/templates/dockerfile.jinja2
demisto_sdk/commands/lint/tests/command_builder_test.py
demisto_sdk/commands/lint/tests/helper_test.py
demisto_sdk/commands/lint/tests/linter_manager_test.py
demisto_sdk/commands/lint/tests/test_linter/__init__.py
demisto_sdk/commands/lint/tests/test_linter/conftest.py
demisto_sdk/commands/lint/tests/test_linter/docker_runner_test.py
demisto_sdk/commands/lint/tests/test_linter/gather_facts_test.py
demisto_sdk/commands/lint/tests/test_linter/os_runner_test.py
demisto_sdk/commands/lint/tests/test_pylint_plugin/base_checker_test.py
demisto_sdk/commands/lint/tests/test_pylint_plugin/certified_partner_level_checker_test.py
demisto_sdk/commands/lint/tests/test_pylint_plugin/partner_level_checker_test.py
demisto_sdk/commands/lint/tests/test_pylint_plugin/xsoar_level_checker_test.py
demisto_sdk/commands/openapi_codegen/openapi_codegen.py
demisto_sdk/commands/openapi_codegen/resources/Generated_description.md
demisto_sdk/commands/openapi_codegen/resources/Generated_image.png
demisto_sdk/commands/openapi_codegen/tests/openapi_codegen_test.py
demisto_sdk/commands/postman_codegen/README.md
demisto_sdk/commands/postman_codegen/postman_codegen.py
demisto_sdk/commands/postman_codegen/resources/config-urlscanio.json
demisto_sdk/commands/postman_codegen/resources/integration-urlscanio.yml
demisto_sdk/commands/postman_codegen/resources/urlscan.io.postman_collection.json
demisto_sdk/commands/postman_codegen/tests/postman_codegen_test.py
demisto_sdk/commands/postman_codegen/tests/test_files/VirusTotal-autogen-config.json
demisto_sdk/commands/postman_codegen/tests/test_files/VirusTotal.postman_collection.json
demisto_sdk/commands/postman_codegen/tests/test_files/arguments_check_collection.json
demisto_sdk/commands/postman_codegen/tests/test_files/shared_args_path.json
demisto_sdk/commands/run_cmd/README.md
demisto_sdk/commands/run_cmd/__init__.py
demisto_sdk/commands/run_cmd/runner.py
demisto_sdk/commands/run_cmd/tests/runner_test.py
demisto_sdk/commands/run_cmd/tests/test_data/kl-get-component.txt
demisto_sdk/commands/run_cmd/tests/test_data/kl-get-component_no_context.txt
demisto_sdk/commands/run_playbook/README.md
demisto_sdk/commands/run_playbook/__init__.py
demisto_sdk/commands/run_playbook/playbook_runner.py
demisto_sdk/commands/run_test_playbook/README.md
demisto_sdk/commands/run_test_playbook/__init__.py
demisto_sdk/commands/run_test_playbook/test_playbook_runner.py
demisto_sdk/commands/run_test_playbook/tests/test_playbook_runner_test.py
demisto_sdk/commands/secrets/README.md
demisto_sdk/commands/secrets/__init__.py
demisto_sdk/commands/secrets/secrets.py
demisto_sdk/commands/secrets/tests/__init__.py
demisto_sdk/commands/secrets/tests/secrets_test.py
demisto_sdk/commands/split/README.md
demisto_sdk/commands/split/__init__.py
demisto_sdk/commands/split/jsonsplitter.py
demisto_sdk/commands/split/ymlsplitter.py
demisto_sdk/commands/split/tests/__init__.py
demisto_sdk/commands/split/tests/jsonsplitter_test.py
demisto_sdk/commands/split/tests/ymlsplitter_test.py
demisto_sdk/commands/test_content/Docker.py
demisto_sdk/commands/test_content/IntegrationsLock.py
demisto_sdk/commands/test_content/ParallelLoggingManager.py
demisto_sdk/commands/test_content/TestContentClasses.py
demisto_sdk/commands/test_content/__init__.py
demisto_sdk/commands/test_content/constants.py
demisto_sdk/commands/test_content/execute_test_content.py
demisto_sdk/commands/test_content/mock_server.py
demisto_sdk/commands/test_content/timestamp_replacer.py
demisto_sdk/commands/test_content/tools.py
demisto_sdk/commands/test_content/tests/DemistoClientMock.py
demisto_sdk/commands/test_content/tests/ParallelLoggingManager_test.py
demisto_sdk/commands/test_content/tests/__init__.py
demisto_sdk/commands/test_content/tests/build_context_test.py
demisto_sdk/commands/test_content/tests/execute_test_content_test.py
demisto_sdk/commands/test_content/tests/integration_test.py
demisto_sdk/commands/test_content/tests/mock_unit_test.py
demisto_sdk/commands/test_content/tests/server_context_test.py
demisto_sdk/commands/test_content/tests/test_context_test.py
demisto_sdk/commands/test_content/tests/test_tools.py
demisto_sdk/commands/test_content/tests/testplaybook_test.py
demisto_sdk/commands/test_content/tests/timestamp_replacer_test.py
demisto_sdk/commands/unify/README.md
demisto_sdk/commands/unify/__init__.py
demisto_sdk/commands/unify/generic_module_unifier.py
demisto_sdk/commands/unify/yml_unifier.py
demisto_sdk/commands/unify/tests/generic_module_unifier_test.py
demisto_sdk/commands/unify/tests/yml_unifier_test.py
demisto_sdk/commands/update_release_notes/README.md
demisto_sdk/commands/update_release_notes/__init__.py
demisto_sdk/commands/update_release_notes/update_rn.py
demisto_sdk/commands/update_release_notes/update_rn_manager.py
demisto_sdk/commands/update_release_notes/tests/update_rn_manager_test.py
demisto_sdk/commands/update_release_notes/tests/update_rn_test.py
demisto_sdk/commands/update_release_notes/tests_data/Packs/Test/pack_metadata.json
demisto_sdk/commands/update_release_notes/tests_data/Packs/release_notes/1_0_0.md
demisto_sdk/commands/update_xsoar_config_file/README.md
demisto_sdk/commands/update_xsoar_config_file/__init__.py
demisto_sdk/commands/update_xsoar_config_file/update_xsoar_config_file.py
demisto_sdk/commands/update_xsoar_config_file/tests/update_xsoar_config_file_test.py
demisto_sdk/commands/upload/README.md
demisto_sdk/commands/upload/__init__.py
demisto_sdk/commands/upload/uploader.py
demisto_sdk/commands/upload/tests/uploader_test.py
demisto_sdk/commands/upload/tests/data/TestPack.zip
demisto_sdk/commands/upload/tests/data/content_packs.zip
demisto_sdk/commands/upload/tests/data/xsoar_config.json
demisto_sdk/commands/validate/README.md
demisto_sdk/commands/validate/__init__.py
demisto_sdk/commands/validate/validate_manager.py
demisto_sdk/commands/validate/tests/__init__.py
demisto_sdk/commands/validate/tests/validators_test.py
demisto_sdk/commands/zip_packs/README.md
demisto_sdk/commands/zip_packs/__init__.py
demisto_sdk/commands/zip_packs/packs_zipper.py
demisto_sdk/commands/zip_packs/tests/packs_zipper_test.py
demisto_sdk/tests/__init__.py
demisto_sdk/tests/conf_file_test.py
demisto_sdk/tests/conftest.py
demisto_sdk/tests/constants_test.py
demisto_sdk/tests/test_tools.py
demisto_sdk/tests/workflow_test.py
demisto_sdk/tests/integration_tests/content_create_artifacts_integration_test.py
demisto_sdk/tests/integration_tests/create_id_set_integration_test.py
demisto_sdk/tests/integration_tests/doc_review_integration_test.py
demisto_sdk/tests/integration_tests/download_integration_test.py
demisto_sdk/tests/integration_tests/error_code_info_test.py
demisto_sdk/tests/integration_tests/find_dependencies_integration_test.py
demisto_sdk/tests/integration_tests/format_integration_test.py
demisto_sdk/tests/integration_tests/generate_docs_integration_test.py
demisto_sdk/tests/integration_tests/init_integration_test.py
demisto_sdk/tests/integration_tests/run_integration_test.py
demisto_sdk/tests/integration_tests/secrets_integration_test.py
demisto_sdk/tests/integration_tests/unify_integration_test.py
demisto_sdk/tests/integration_tests/update_release_notes_integration_test.py
demisto_sdk/tests/integration_tests/upload_integration_test.py
demisto_sdk/tests/integration_tests/validate_integration_test.py
demisto_sdk/tests/integration_tests/xsoar_linter_integration_test.py
demisto_sdk/tests/integration_tests/Packs/FeedAzureValid/ReleaseNotes/1_0_1.md
demisto_sdk/tests/integration_tests/Tests/secrets_white_list.json
demisto_sdk/tests/test_files/1.pack_metadata.json
demisto_sdk/tests/test_files/2.pack_metadata.json
demisto_sdk/tests/test_files/Playbooks.playbook-ArcSight_Add_Domain_Indicators.yml
demisto_sdk/tests/test_files/Playbooks.playbook-invalid.yml
demisto_sdk/tests/test_files/Playbooks.playbook-test.yml
demisto_sdk/tests/test_files/README-empty.md
demisto_sdk/tests/test_files/README-images.md
demisto_sdk/tests/test_files/README-invalid.md
demisto_sdk/tests/test_files/README-invalid2.md
demisto_sdk/tests/test_files/README-short-invalid.md
demisto_sdk/tests/test_files/README-valid.md
demisto_sdk/tests/test_files/__init__.py
demisto_sdk/tests/test_files/beta-playbook-valid.yml
demisto_sdk/tests/test_files/classifier.json
demisto_sdk/tests/test_files/conf.json
demisto_sdk/tests/test_files/dashboard-invalid.json
demisto_sdk/tests/test_files/dashboard-valid.json
demisto_sdk/tests/test_files/default.png
demisto_sdk/tests/test_files/default_image.png
demisto_sdk/tests/test_files/description_formatted_contrib_details.md
demisto_sdk/tests/test_files/description_formatted_with_beta_description-test.md
demisto_sdk/tests/test_files/description_with_contrib_details.md
demisto_sdk/tests/test_files/description_without_beta_description-test.md
demisto_sdk/tests/test_files/empty-RN.md
demisto_sdk/tests/test_files/fake-script.yml
demisto_sdk/tests/test_files/fake_id_set.json
demisto_sdk/tests/test_files/fake_integration.yml
demisto_sdk/tests/test_files/fake_integration_expected_test_playbook.yml
demisto_sdk/tests/test_files/fake_integration_expected_test_playbook__all_brands.yml
demisto_sdk/tests/test_files/fake_json.json
demisto_sdk/tests/test_files/format_Integration_with_test_playbooks.yml
demisto_sdk/tests/test_files/format_New_Integration_copy.yml
demisto_sdk/tests/test_files/format_New_script_copy.yml
demisto_sdk/tests/test_files/format_classifier_5_9_9.json
demisto_sdk/tests/test_files/format_dashboard-copy.json
demisto_sdk/tests/test_files/format_incidentfield-copy.json
demisto_sdk/tests/test_files/format_incidenttype-copy.json
demisto_sdk/tests/test_files/format_indicatorfield-copy.json
demisto_sdk/tests/test_files/format_indicatortype-copy.json
demisto_sdk/tests/test_files/format_layout-copy.json
demisto_sdk/tests/test_files/format_layoutscontainer-for-class-test.json
demisto_sdk/tests/test_files/format_layoutscontainer-test.json
demisto_sdk/tests/test_files/format_list-copy.json
demisto_sdk/tests/test_files/format_mapper.json
demisto_sdk/tests/test_files/format_new_classifier.json
demisto_sdk/tests/test_files/format_new_playbook_copy.yml
demisto_sdk/tests/test_files/format_playbook.yml
demisto_sdk/tests/test_files/format_playbook_with_test_playbooks.yml
demisto_sdk/tests/test_files/format_pre_process_rules-copy.json
demisto_sdk/tests/test_files/format_pre_process_rules_for_class.json
demisto_sdk/tests/test_files/format_pwsh_integration.yml
demisto_sdk/tests/test_files/format_pwsh_script.yml
demisto_sdk/tests/test_files/format_report.json
demisto_sdk/tests/test_files/format_test_playbook.yml
demisto_sdk/tests/test_files/format_widget.json
demisto_sdk/tests/test_files/generic-definitions-valid.json
demisto_sdk/tests/test_files/generic-field-valid.json
demisto_sdk/tests/test_files/generic-module-valid.json
demisto_sdk/tests/test_files/generic-type-valid.json
demisto_sdk/tests/test_files/git_have_modified_and_new_files.json
demisto_sdk/tests/test_files/gitlab_ci_test_file.yml
demisto_sdk/tests/test_files/incidentfield-invalid.json
demisto_sdk/tests/test_files/incidentfield-valid.json
demisto_sdk/tests/test_files/incidenttype-valid.json
demisto_sdk/tests/test_files/indicator-field-exact-scheme.json
demisto_sdk/tests/test_files/indicator-field-missing-field.json
demisto_sdk/tests/test_files/indicatorfield-extra-fields.json
demisto_sdk/tests/test_files/indicatorfield-missing-and-extra-fields.json
demisto_sdk/tests/test_files/indicatorfield-valid.json
demisto_sdk/tests/test_files/integration-EDL.yml
demisto_sdk/tests/test_files/integration-EDL_old_generated.yml
demisto_sdk/tests/test_files/integration-Zoom.yml
demisto_sdk/tests/test_files/integration-feed-empty-valid.yml
demisto_sdk/tests/test_files/integration-feed-invalid.yml
demisto_sdk/tests/test_files/integration-feedvalid.yml
demisto_sdk/tests/test_files/integration-fetch-invalid.yml
demisto_sdk/tests/test_files/integration-fetch-valid.yml
demisto_sdk/tests/test_files/integration-invalid-id-test.yml
demisto_sdk/tests/test_files/integration-invalid-no-hidden-params.yml
demisto_sdk/tests/test_files/integration-invalid-yml1.yml
demisto_sdk/tests/test_files/integration-invalid-yml2.yml
demisto_sdk/tests/test_files/integration-invalid-yml3.yml
demisto_sdk/tests/test_files/integration-invalid-yml4.yml
demisto_sdk/tests/test_files/integration-invalid-yml5.yml
demisto_sdk/tests/test_files/integration-powershell_ssh_remote.yml
demisto_sdk/tests/test_files/integration-powershell_ssh_remote_README.md
demisto_sdk/tests/test_files/integration-test-beta.yml
demisto_sdk/tests/test_files/integration-test-with-no-test-playbook.yml
demisto_sdk/tests/test_files/integration-test.yml
demisto_sdk/tests/test_files/integration-valid-id-test.yml
demisto_sdk/tests/test_files/integration-valid-no-unallowed-hidden-params.yml
demisto_sdk/tests/test_files/integration_ignored_invalid_unified.yml
demisto_sdk/tests/test_files/invalid-beta-integration.yml
demisto_sdk/tests/test_files/invalid-multi-line_1_CHANGELOG.md
demisto_sdk/tests/test_files/invalid-multi-line_2_CHANGELOG.md
demisto_sdk/tests/test_files/invalid-one-line-list_1_CHANGELOG.md
demisto_sdk/tests/test_files/invalid-one-line-list_2_CHANGELOG.md
demisto_sdk/tests/test_files/invalid-one-line_1_CHANGELOG.md
demisto_sdk/tests/test_files/invalid-one-line_2_CHANGELOG.md
demisto_sdk/tests/test_files/invalid_py3_XSOARLinter.py
demisto_sdk/tests/test_files/invalid_py3_XSOARLinter_warnings.py
demisto_sdk/tests/test_files/invalid_py3_XSOARLinter_warnings_partner.py
demisto_sdk/tests/test_files/just_a_txt_file.txt
demisto_sdk/tests/test_files/layout-invalid.json
demisto_sdk/tests/test_files/layout-valid.json
demisto_sdk/tests/test_files/layoutscontainer_invalid.json
demisto_sdk/tests/test_files/layoutscontainer_valid.json
demisto_sdk/tests/test_files/malformed.json
demisto_sdk/tests/test_files/malformed.yaml
demisto_sdk/tests/test_files/no_image_integration-Zoom.yml
demisto_sdk/tests/test_files/non-valid-integration-no-test-playbooks.yml
demisto_sdk/tests/test_files/non-valid-integration-test-not-configured.yml
demisto_sdk/tests/test_files/not_default_image_integration-Zoom.yml
demisto_sdk/tests/test_files/pack_metadata__valid.json
demisto_sdk/tests/test_files/pack_metadata__valid__community.json
demisto_sdk/tests/test_files/pack_metadata_empty_categories.json
demisto_sdk/tests/test_files/pack_metadata_invalid_category.json
demisto_sdk/tests/test_files/pack_metadata_invalid_dependencies.json
demisto_sdk/tests/test_files/pack_metadata_invalid_keywords.json
demisto_sdk/tests/test_files/pack_metadata_invalid_price.json
demisto_sdk/tests/test_files/pack_metadata_invalid_tags.json
demisto_sdk/tests/test_files/pack_metadata_list.json
demisto_sdk/tests/test_files/pack_metadata_list_dependencies.json
demisto_sdk/tests/test_files/pack_metadata_missing_fields.json
demisto_sdk/tests/test_files/pack_metadata_name_start_incorrect.json
demisto_sdk/tests/test_files/pack_metadata_name_start_lower.json
demisto_sdk/tests/test_files/pack_metadata_pack_in_name.json
demisto_sdk/tests/test_files/pack_metadata_short_name.json
demisto_sdk/tests/test_files/playbook-Invalid_condition_unhandled_branch.yml
demisto_sdk/tests/test_files/playbook-Invalid_condition_unhandled_branch_and_unhandled_condition.yml
demisto_sdk/tests/test_files/playbook-TestPlaybooks.yml
demisto_sdk/tests/test_files/playbook-Test_playbook.yml
demisto_sdk/tests/test_files/playbook-demisto_sdkplaybook-new_format_new_playbook_copy.yml
demisto_sdk/tests/test_files/playbook-disconnected_from_root.yml
demisto_sdk/tests/test_files/playbook-invalid-bad-graph.yml
demisto_sdk/tests/test_files/playbook-invalid-bad-graph_2.yml
demisto_sdk/tests/test_files/playbook-invalid-equal.yml
demisto_sdk/tests/test_files/playbook-invalid-id-test.yml
demisto_sdk/tests/test_files/playbook-valid-id-test.yml
demisto_sdk/tests/test_files/playbook-valid_condition.yml
demisto_sdk/tests/test_files/playbook-with-incidnet-indicator-fields.yml
demisto_sdk/tests/test_files/reputation-cidr-invalid.json
demisto_sdk/tests/test_files/reputation-cidr-valid.json
demisto_sdk/tests/test_files/reputation-cve.json
demisto_sdk/tests/test_files/reputations-invalid.json
demisto_sdk/tests/test_files/reputations-valid.json
demisto_sdk/tests/test_files/script-invalid.yml
demisto_sdk/tests/test_files/script-test_script.yml
demisto_sdk/tests/test_files/script-valid.yml
demisto_sdk/tests/test_files/script-with-test-playbook.yml
demisto_sdk/tests/test_files/secrets_white_list.json
demisto_sdk/tests/test_files/source_beta_integration.yml
demisto_sdk/tests/test_files/swagger_config.json
demisto_sdk/tests/test_files/swagger_pets.json
demisto_sdk/tests/test_files/swagger_python.py
demisto_sdk/tests/test_files/swagger_yaml.yml
demisto_sdk/tests/test_files/valid-beta-integration.yml
demisto_sdk/tests/test_files/valid-beta-integration_description.md
demisto_sdk/tests/test_files/valid-multi-line-list_CHANGELOG.md
demisto_sdk/tests/test_files/valid-multi-line_CHANGELOG.md
demisto_sdk/tests/test_files/valid-one-line-list_CHANGELOG.md
demisto_sdk/tests/test_files/valid-one-line_CHANGELOG.md
demisto_sdk/tests/test_files/valid_gitlab_search_response.json
demisto_sdk/tests/test_files/valid_py3_XSOARLinter.py
demisto_sdk/tests/test_files/validate_integration_test_valid_types.py
demisto_sdk/tests/test_files/widget-invalid-version.json
demisto_sdk/tests/test_files/widget-invalid.json
demisto_sdk/tests/test_files/widget-valid.json
demisto_sdk/tests/test_files/AuthorImageValidator/empty_author_image.png
demisto_sdk/tests/test_files/AuthorImageValidator/valid_author_image.png
demisto_sdk/tests/test_files/CalculateGeoDistance/CalculateGeoDistance.py
demisto_sdk/tests/test_files/CalculateGeoDistance/CalculateGeoDistance.yml
demisto_sdk/tests/test_files/CalculateGeoDistance/__init__.py
demisto_sdk/tests/test_files/DummyPack/Integrations/integration-DummyIntegration.yml
demisto_sdk/tests/test_files/DummyPack/Integrations/DummyIntegration/DummyIntegration.py
demisto_sdk/tests/test_files/DummyPack/Integrations/DummyIntegration/DummyIntegration.yml
demisto_sdk/tests/test_files/DummyPack/Playbooks/DummyPlaybook.yml
demisto_sdk/tests/test_files/DummyPack/Playbooks/DummyPlaybook_to_version5.4.9.yml
demisto_sdk/tests/test_files/DummyPack/Scripts/DummyScript.yml
demisto_sdk/tests/test_files/DummyPack/Scripts/DummyScript2.yml
demisto_sdk/tests/test_files/DummyPackScriptIsXsoarOnly/pack_metadata.json
demisto_sdk/tests/test_files/DummyPackScriptIsXsoarOnly/Integrations/DummyIntegration/DummyIntegration.py
demisto_sdk/tests/test_files/DummyPackScriptIsXsoarOnly/Integrations/DummyIntegration/DummyIntegration.yml
demisto_sdk/tests/test_files/DummyPackScriptIsXsoarOnly/Playbooks/DummyPlaybook.yml
demisto_sdk/tests/test_files/DummyPackScriptIsXsoarOnly/Scripts/DummyScript.yml
demisto_sdk/tests/test_files/DummyPackXsoarMPOnly/pack_metadata.json
demisto_sdk/tests/test_files/DummyPackXsoarMPOnly/Integrations/DummyIntegration/DummyIntegration.py
demisto_sdk/tests/test_files/DummyPackXsoarMPOnly/Integrations/DummyIntegration/DummyIntegration.yml
demisto_sdk/tests/test_files/DummyPackXsoarMPOnly/Playbooks/DummyPlaybook.yml
demisto_sdk/tests/test_files/DummyPackXsoarMPOnly/Scripts/DummyScript.yml
demisto_sdk/tests/test_files/FilesToArtifacts/test_file.md
demisto_sdk/tests/test_files/Integration/HelloWorld.py
demisto_sdk/tests/test_files/Integration/HelloWorld.yml
demisto_sdk/tests/test_files/Integration/__init__.py
demisto_sdk/tests/test_files/Packs/CortexXDR/.pack-ignore
demisto_sdk/tests/test_files/Packs/CortexXDR/.secrets-ignore
demisto_sdk/tests/test_files/Packs/CortexXDR/CHANGELOG.md
demisto_sdk/tests/test_files/Packs/CortexXDR/README.md
demisto_sdk/tests/test_files/Packs/CortexXDR/pack_metadata.json
demisto_sdk/tests/test_files/Packs/CortexXDR/IncidentFields/XDR_Alert_Count.json
demisto_sdk/tests/test_files/Packs/CortexXDR/IncidentFields/XDR_Alerts.json
demisto_sdk/tests/test_files/Packs/CortexXDR/IncidentFields/XDR_Assigned_User_Email.json
demisto_sdk/tests/test_files/Packs/CortexXDR/IncidentFields/XDR_Assigned_User_Pretty_Name.json
demisto_sdk/tests/test_files/Packs/CortexXDR/IncidentFields/XDR_Description.json
demisto_sdk/tests/test_files/Packs/CortexXDR/IncidentFields/XDR_Detection_Time.json
demisto_sdk/tests/test_files/Packs/CortexXDR/IncidentFields/XDR_File_Artifacts.json
demisto_sdk/tests/test_files/Packs/CortexXDR/IncidentFields/XDR_High_Severity_Alert_Count.json
demisto_sdk/tests/test_files/Packs/CortexXDR/IncidentFields/XDR_Incident_ID.json
demisto_sdk/tests/test_files/Packs/CortexXDR/IncidentFields/XDR_Low_Severity_Alert_Count.json
demisto_sdk/tests/test_files/Packs/CortexXDR/IncidentFields/XDR_Medium_Severity_Alert_Count.json
demisto_sdk/tests/test_files/Packs/CortexXDR/IncidentFields/XDR_Network_Artifacts.json
demisto_sdk/tests/test_files/Packs/CortexXDR/IncidentFields/XDR_Notes.json
demisto_sdk/tests/test_files/Packs/CortexXDR/IncidentFields/XDR_Resolve_Comment.json
demisto_sdk/tests/test_files/Packs/CortexXDR/IncidentFields/XDR_Status.json
demisto_sdk/tests/test_files/Packs/CortexXDR/IncidentFields/XDR_URL.json
demisto_sdk/tests/test_files/Packs/CortexXDR/IncidentFields/XDR_User_Count.json
demisto_sdk/tests/test_files/Packs/CortexXDR/IncidentTypes/Cortex_XDR_Incident.json
demisto_sdk/tests/test_files/Packs/CortexXDR/IndicatorFields/dns.json
demisto_sdk/tests/test_files/Packs/CortexXDR/Integrations/PaloAltoNetworks_XDR/PaloAltoNetworks_XDR.yml
demisto_sdk/tests/test_files/Packs/CortexXDR/Integrations/PaloAltoNetworks_XDR/PaloAltoNetworks_XDR_CHANGELOG.md
demisto_sdk/tests/test_files/Packs/CortexXDR/Integrations/PaloAltoNetworks_XDR/PaloAltoNetworks_XDR_description.md
demisto_sdk/tests/test_files/Packs/CortexXDR/Integrations/PaloAltoNetworks_XDR/PaloAltoNetworks_XDR_image.png
demisto_sdk/tests/test_files/Packs/CortexXDR/Layouts/details-Cortex_XDR_Incident.json
demisto_sdk/tests/test_files/Packs/CortexXDR/Layouts/details-Cortex_XDR_Incident_CHANGELOG.md
demisto_sdk/tests/test_files/Packs/CortexXDR/Playbooks/Cortex_XDR_Incident_Handling.yml
demisto_sdk/tests/test_files/Packs/CortexXDR/Playbooks/Cortex_XDR_Incident_Handling_CHANGELOG.md
demisto_sdk/tests/test_files/Packs/CortexXDR/Playbooks/Cortex_XDR_Incident_Handling_invalid.yml
demisto_sdk/tests/test_files/Packs/CortexXDR/Playbooks/Invalid_Deprecated_Playbook.yml
demisto_sdk/tests/test_files/Packs/CortexXDR/Playbooks/PaloAltoNetworks_Cortex_XDR_Incident_Sync.yml
demisto_sdk/tests/test_files/Packs/CortexXDR/Playbooks/PaloAltoNetworks_Cortex_XDR_Incident_Sync_CHANGELOG.md
demisto_sdk/tests/test_files/Packs/CortexXDR/Playbooks/Valid_Deprecated_Playbook.yml
demisto_sdk/tests/test_files/Packs/CortexXDR/ReleaseNotes/1_1_1.md
demisto_sdk/tests/test_files/Packs/CortexXDR/Scripts/EntryWidgetNumberHostsXDR/EntryWidgetNumberHostsXDR.yml
demisto_sdk/tests/test_files/Packs/CortexXDR/Scripts/EntryWidgetNumberUsersXDR/EntryWidgetNumberUsersXDR.yml
demisto_sdk/tests/test_files/Packs/CortexXDR/Scripts/EntryWidgetPieAlertsXDR/EntryWidgetPieAlertsXDR.yml
demisto_sdk/tests/test_files/Packs/CortexXDR/Scripts/XDRSyncScript/XDRSyncScript.yml
demisto_sdk/tests/test_files/Packs/CortexXDR/TestPlaybooks/Cortex_XDR.yml
demisto_sdk/tests/test_files/Packs/DummyPack/Classifiers/classifier-aws_sns_test_classifier.json
demisto_sdk/tests/test_files/Packs/DummyPack/Dashboards/upload_test_dashboard.json
demisto_sdk/tests/test_files/Packs/DummyPack/IncidentFields/incidentfield-Hello_World_ID.json
demisto_sdk/tests/test_files/Packs/DummyPack/IncidentFields/incidentfield-Hello_World_Status.json
demisto_sdk/tests/test_files/Packs/DummyPack/IncidentFields/incidentfield-Hello_World_Type.json
demisto_sdk/tests/test_files/Packs/DummyPack/IncidentTypes/incidenttype-Hello_World_Alert.json
demisto_sdk/tests/test_files/Packs/DummyPack/Integrations/DummyIntegration.yml
demisto_sdk/tests/test_files/Packs/DummyPack/Integrations/UploadTest/CHANGELOG.md
demisto_sdk/tests/test_files/Packs/DummyPack/Integrations/UploadTest/UploadTest.py
demisto_sdk/tests/test_files/Packs/DummyPack/Integrations/UploadTest/UploadTest.yml
demisto_sdk/tests/test_files/Packs/DummyPack/Integrations/UploadTest/UploadTest_description.md
demisto_sdk/tests/test_files/Packs/DummyPack/Integrations/UploadTest/UploadTest_image.png
demisto_sdk/tests/test_files/Packs/DummyPack/Layouts/layout-details-test_bla-V2.json
demisto_sdk/tests/test_files/Packs/DummyPack/Playbooks/DummyPlaybook.yml
demisto_sdk/tests/test_files/Packs/DummyPack/ReleaseNotes/1_0_1.md
demisto_sdk/tests/test_files/Packs/DummyPack/Scripts/DummyScriptUnified.yml
demisto_sdk/tests/test_files/Packs/DummyPack/Scripts/DummyScript/CHANGELOG.md
demisto_sdk/tests/test_files/Packs/DummyPack/Scripts/DummyScript/DummyScript.py
demisto_sdk/tests/test_files/Packs/DummyPack/Scripts/DummyScript/DummyScript.yml
demisto_sdk/tests/test_files/Packs/DummyPack/TestPlaybooks/DummyTestPlaybook.yml
demisto_sdk/tests/test_files/Packs/DummyPack/Widgets/widget-ActiveIncidentsByRole.json
demisto_sdk/tests/test_files/Packs/DummyPack2/README.md
demisto_sdk/tests/test_files/Packs/Phishing/Integrations/integration-VMware.yml
demisto_sdk/tests/test_files/Packs/Phishing/Playbooks/Phishing_Investigation_-_Generic_v2_-_6_0.yml
demisto_sdk/tests/test_files/Packs/Phishing/Scripts/CheckEmailAuthenticity.py
demisto_sdk/tests/test_files/Packs/Phishing/Scripts/CheckEmailAuthenticity.yml
demisto_sdk/tests/test_files/Packs/Phishing/TestPlaybooks/Phishing_-_Core_-_Test_-_Actual_Incident.yml
demisto_sdk/tests/test_files/Packs/Phishing/TestPlaybooks/Phishing_-_Core_-_Test_-_Incident_Starter.yml
demisto_sdk/tests/test_files/Packs/Phishing/TestPlaybooks/Phishing_v2_-_Test_-_Actual_Incident.yml
demisto_sdk/tests/test_files/Packs/Phishing/TestPlaybooks/Phishing_v2_-_Test_-_Incident_Starter.yml
demisto_sdk/tests/test_files/Packs/Phishing/TestPlaybooks/playbook-CheckEmailAuthenticity-test.yml
demisto_sdk/tests/test_files/Packs/Phishing/TestPlaybooks/playbook-VMWare_Test.yml
demisto_sdk/tests/test_files/Packs/TestIndicatorTypes/IndicatorTypes/SampleIndicatorType.json
demisto_sdk/tests/test_files/Packs/TestIndicatorTypes/IndicatorTypes/old-sample_packs.json
demisto_sdk/tests/test_files/ReleaseNotes/1_1_1.md
demisto_sdk/tests/test_files/UnifiedIntegrations/Integrations/integration-Symantec_Messaging_Gateway.yml
demisto_sdk/tests/test_files/Unifier/SampleIntegPackage/SampleIntegPackage.yml
demisto_sdk/tests/test_files/Unifier/SampleIntegPackage/SampleIntegPackage_image.png
demisto_sdk/tests/test_files/Unifier/SampleIntegPackage/integration-SampleIntegPackageDescAsYML.yml
demisto_sdk/tests/test_files/Unifier/SampleIntegPackage/integration-SampleIntegPackageDescSpecialChars.yml
demisto_sdk/tests/test_files/Unifier/SampleIntegPackage/integration-SampleIntegPackageSanity.yml
demisto_sdk/tests/test_files/Unifier/SampleNoPyFile/SampleNoPyFile.yml
demisto_sdk/tests/test_files/Unifier/SampleScriptPackage/SampleScriptPackage.yml
demisto_sdk/tests/test_files/Unifier/SampleScriptPackage/SampleScriptPackageDocker45.yml
demisto_sdk/tests/test_files/Unifier/SampleScriptPackage/script-SampleScriptPackageSanity.yml
demisto_sdk/tests/test_files/Unifier/SampleScriptPackage/script-SampleScriptPackageSanityDocker45.yml
demisto_sdk/tests/test_files/Unifier/SampleScriptPackage/script-SampleScriptPackageSanityDocker45_45.yml
demisto_sdk/tests/test_files/VulnDB/README.md
demisto_sdk/tests/test_files/VulnDB/VulnDB.py
demisto_sdk/tests/test_files/VulnDB/VulnDB.yml
demisto_sdk/tests/test_files/VulnDB/VulnDB_description.md
demisto_sdk/tests/test_files/VulnDB/VulnDB_image.png
demisto_sdk/tests/test_files/alternative_meta_fields/Playbook-second_level_alternative_fields.yml
demisto_sdk/tests/test_files/alternative_meta_fields/Playbook-top_level_alternative_fields.yml
demisto_sdk/tests/test_files/alternative_meta_fields/Script-second_level_alternative_fields.yml
demisto_sdk/tests/test_files/alternative_meta_fields/Script-top_level_alternative_fields.yml
demisto_sdk/tests/test_files/alternative_meta_fields/incidentfield-top_level_alternative_fields.json
demisto_sdk/tests/test_files/alternative_meta_fields/mapper-top_level_alternative_name.json
demisto_sdk/tests/test_files/artifacts/content/all_content/canvas-sample2_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/canvas-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/canvas-sample_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/canvas-sample_new2.json
demisto_sdk/tests/test_files/artifacts/content/all_content/canvas-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/canvas-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/content/all_content/classifier-sample2_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/classifier-sample_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/classifier-sample_new2.json
demisto_sdk/tests/test_files/artifacts/content/all_content/content-descriptor.json
demisto_sdk/tests/test_files/artifacts/content/all_content/dashboard-sample2_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/dashboard-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/dashboard-sample_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/dashboard-sample_new2.json
demisto_sdk/tests/test_files/artifacts/content/all_content/dashboard-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/dashboard-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/content/all_content/doc-CommonServer.json
demisto_sdk/tests/test_files/artifacts/content/all_content/doc-howto.json
demisto_sdk/tests/test_files/artifacts/content/all_content/incidentfield-indicatorfield-sample.json
demisto_sdk/tests/test_files/artifacts/content/all_content/incidentfield-indicatorfield-sample2.json
demisto_sdk/tests/test_files/artifacts/content/all_content/incidentfield-sample2_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/incidentfield-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/incidentfield-sample_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/incidentfield-sample_new2.json
demisto_sdk/tests/test_files/artifacts/content/all_content/incidentfield-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/incidentfield-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/content/all_content/incidenttype-sample2_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/incidenttype-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/incidenttype-sample_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/incidenttype-sample_new2.json
demisto_sdk/tests/test_files/artifacts/content/all_content/incidenttype-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/incidenttype-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/content/all_content/integration-sample2_new.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/integration-sample2_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/integration-sample_new.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/integration-sample_new2.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/integration-sample_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/integration-sample_packs_new2.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/layoutscontainer-sample2_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/layoutscontainer-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/layoutscontainer-sample_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/layoutscontainer-sample_new2.json
demisto_sdk/tests/test_files/artifacts/content/all_content/layoutscontainer-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/layoutscontainer-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/content/all_content/playbook-sample2_new.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/playbook-sample2_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/playbook-sample3_new.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/playbook-sample3_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/playbook-sample4_new.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/playbook-sample4_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/playbook-sample_new.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/playbook-sample_new2.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/playbook-sample_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/playbook-sample_packs_new2.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/playbook-sample_packs_test1.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/playbook-sample_packs_test3.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/playbook-sample_test1.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/playbook-sample_test3.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/report-sample2_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/report-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/report-sample_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/report-sample_new2.json
demisto_sdk/tests/test_files/artifacts/content/all_content/report-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/report-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/content/all_content/reputation-sample2_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/reputation-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/reputation-sample_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/reputation-sample_new2.json
demisto_sdk/tests/test_files/artifacts/content/all_content/reputation-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/reputation-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/content/all_content/script-sample2_new.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/script-sample2_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/script-sample_new.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/script-sample_new2.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/script-sample_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/script-sample_packs_new2.yml
demisto_sdk/tests/test_files/artifacts/content/all_content/tools-sample.zip
demisto_sdk/tests/test_files/artifacts/content/all_content/tools-sample1.zip
demisto_sdk/tests/test_files/artifacts/content/all_content/tools-sample2.zip
demisto_sdk/tests/test_files/artifacts/content/all_content/widget-sample2_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/widget-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/widget-sample_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/widget-sample_new2.json
demisto_sdk/tests/test_files/artifacts/content/all_content/widget-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/all_content/widget-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_new/canvas-sample2_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/canvas-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/canvas-sample_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/canvas-sample_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_new/canvas-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/canvas-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_new/classifier-sample2_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/classifier-sample_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/classifier-sample_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_new/content-descriptor.json
demisto_sdk/tests/test_files/artifacts/content/content_new/dashboard-sample2_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/dashboard-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/dashboard-sample_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/dashboard-sample_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_new/dashboard-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/dashboard-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_new/doc-CommonServer.json
demisto_sdk/tests/test_files/artifacts/content/content_new/doc-howto.json
demisto_sdk/tests/test_files/artifacts/content/content_new/incidentfield-indicatorfield-sample.json
demisto_sdk/tests/test_files/artifacts/content/content_new/incidentfield-indicatorfield-sample2.json
demisto_sdk/tests/test_files/artifacts/content/content_new/incidentfield-sample2_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/incidentfield-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/incidentfield-sample_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/incidentfield-sample_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_new/incidentfield-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/incidentfield-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_new/incidenttype-sample2_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/incidenttype-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/incidenttype-sample_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/incidenttype-sample_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_new/incidenttype-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/incidenttype-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_new/integration-sample2_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_new/integration-sample2_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_new/integration-sample_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_new/integration-sample_new2.yml
demisto_sdk/tests/test_files/artifacts/content/content_new/integration-sample_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_new/integration-sample_packs_new2.yml
demisto_sdk/tests/test_files/artifacts/content/content_new/layoutscontainer-sample2_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/layoutscontainer-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/layoutscontainer-sample_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/layoutscontainer-sample_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_new/layoutscontainer-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/layoutscontainer-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_new/playbook-sample2_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_new/playbook-sample2_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_new/playbook-sample_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_new/playbook-sample_new2.yml
demisto_sdk/tests/test_files/artifacts/content/content_new/playbook-sample_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_new/playbook-sample_packs_new2.yml
demisto_sdk/tests/test_files/artifacts/content/content_new/report-sample2_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/report-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/report-sample_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/report-sample_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_new/report-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/report-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_new/reputation-sample2_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/reputation-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/reputation-sample_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/reputation-sample_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_new/reputation-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/reputation-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_new/script-sample2_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_new/script-sample2_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_new/script-sample_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_new/script-sample_new2.yml
demisto_sdk/tests/test_files/artifacts/content/content_new/script-sample_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_new/script-sample_packs_new2.yml
demisto_sdk/tests/test_files/artifacts/content/content_new/tools-sample.zip
demisto_sdk/tests/test_files/artifacts/content/content_new/tools-sample1.zip
demisto_sdk/tests/test_files/artifacts/content/content_new/tools-sample2.zip
demisto_sdk/tests/test_files/artifacts/content/content_new/widget-sample2_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/widget-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/widget-sample_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/widget-sample_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_new/widget-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_new/widget-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/AuthorImageTest/BadSize/Author_image.png
demisto_sdk/tests/test_files/artifacts/content/content_packs/AuthorImageTest/SanityCheck/Author_image.png
demisto_sdk/tests/test_files/artifacts/content/content_packs/Base/Documentation/doc-CommonServer.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Base/Documentation/doc-howto.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/Author_image.png
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/README.md
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/metadata.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/pack_metadata.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/Connections/canvas-sample_packs.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/Connections/canvas-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/Dashboards/dashboard-sample_packs.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/Dashboards/dashboard-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/GenericDefinitions/genericdefinition-assetGroups.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/GenericDefinitions/genericdefinition-assets.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/GenericFields/operatingSystem/field-assets-OperatingSystem.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/GenericModules/genericmodule-RBVM.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/GenericTypes/workStation/genericobjecttype-Workstation.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/IncidentFields/incidentfield-sample_packs.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/IncidentFields/incidentfield-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/IncidentTypes/incidenttype-sample_packs.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/IncidentTypes/incidenttype-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/IndicatorFields/incidentfield-indicatorfield-sample.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/IndicatorTypes/reputation-sample_packs.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/IndicatorTypes/reputation-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/Integrations/integration-sample_packs.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/Integrations/integration-sample_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/Layouts/layoutscontainer-sample_packs.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/Layouts/layoutscontainer-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/Lists/list-checked_integrations.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/Lists/sample_bad.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/Playbooks/playbook-sample_packs.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/Playbooks/playbook-sample_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/PreProcessRules/sample_bad.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/ReleaseNotes/1_1_1.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/ReleaseNotes/1_1_1.md
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/Reports/report-sample_packs.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/Reports/report-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/Scripts/script-sample_packs.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/Scripts/script-sample_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/TestPlaybooks/playbook-sample3_packs.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/TestPlaybooks/playbook-sample3_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/TestPlaybooks/playbook-sample_packs.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/TestPlaybooks/playbook-sample_packs1.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/TestPlaybooks/playbook-sample_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/TestPlaybooks/playbook-sample_packs_test1.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/Tools/tools-sample.zip
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/Widgets/widget-sample_packs.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample01/Widgets/widget-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/README.md
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/metadata.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/pack_metadata.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Connections/canvas-sample2_packs.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Connections/canvas-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Connections/canvas-sample_packs2.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Connections/canvas-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Dashboards/dashboard-sample2_packs.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Dashboards/dashboard-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Dashboards/dashboard-sample_packs2.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Dashboards/dashboard-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/IncidentFields/incidentfield-sample2_packs.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/IncidentFields/incidentfield-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/IncidentFields/incidentfield-sample_packs2.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/IncidentFields/incidentfield-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/IncidentTypes/incidenttype-sample2_packs.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/IncidentTypes/incidenttype-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/IncidentTypes/incidenttype-sample_packs2.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/IncidentTypes/incidenttype-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/IndicatorFields/incidentfield-indicatorfield-sample2.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/IndicatorTypes/reputation-sample2_packs.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/IndicatorTypes/reputation-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/IndicatorTypes/reputation-sample_packs2.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/IndicatorTypes/reputation-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Integrations/integration-sample2_packs.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Integrations/integration-sample2_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Integrations/integration-sample_packs2.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Integrations/integration-sample_packs_new2.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Layouts/layoutscontainer-sample2_packs.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Layouts/layoutscontainer-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Layouts/layoutscontainer-sample_packs2.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Layouts/layoutscontainer-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Playbooks/playbook-sample2_packs.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Playbooks/playbook-sample2_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Playbooks/playbook-sample_packs2.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Playbooks/playbook-sample_packs_new2.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/ReleaseNotes/1_1_1.md
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Reports/report-sample2_packs.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Reports/report-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Reports/report-sample_packs2.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Reports/report-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Scripts/script-sample2_packs.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Scripts/script-sample2_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Scripts/script-sample_packs2.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Scripts/script-sample_packs_new2.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/TestPlaybooks/playbook-sample2_packs.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/TestPlaybooks/playbook-sample2_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/TestPlaybooks/playbook-sample4_packs.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/TestPlaybooks/playbook-sample4_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/TestPlaybooks/playbook-sample_packs3.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/TestPlaybooks/playbook-sample_packs_test3.yml
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Tools/tools-sample1.zip
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Tools/tools-sample2.zip
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Widgets/widget-sample2_packs.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Widgets/widget-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Widgets/widget-sample_packs2.json
demisto_sdk/tests/test_files/artifacts/content/content_packs/Sample02/Widgets/widget-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/content/content_test/content-descriptor.json
demisto_sdk/tests/test_files/artifacts/content/content_test/playbook-sample2_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_test/playbook-sample2_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_test/playbook-sample3_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_test/playbook-sample3_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_test/playbook-sample4_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_test/playbook-sample4_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_test/playbook-sample_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_test/playbook-sample_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content/content_test/playbook-sample_packs_test1.yml
demisto_sdk/tests/test_files/artifacts/content/content_test/playbook-sample_packs_test3.yml
demisto_sdk/tests/test_files/artifacts/content/content_test/playbook-sample_test1.yml
demisto_sdk/tests/test_files/artifacts/content/content_test/playbook-sample_test3.yml
demisto_sdk/tests/test_files/artifacts/content_filtered_by_id_set/all_content/content-descriptor.json
demisto_sdk/tests/test_files/artifacts/content_filtered_by_id_set/all_content/doc-CommonServer.json
demisto_sdk/tests/test_files/artifacts/content_filtered_by_id_set/all_content/doc-howto.json
demisto_sdk/tests/test_files/artifacts/content_filtered_by_id_set/content_new/content-descriptor.json
demisto_sdk/tests/test_files/artifacts/content_filtered_by_id_set/content_new/doc-CommonServer.json
demisto_sdk/tests/test_files/artifacts/content_filtered_by_id_set/content_packs/Base/Documentation/doc-CommonServer.json
demisto_sdk/tests/test_files/artifacts/content_filtered_by_id_set/content_packs/Base/Documentation/doc-howto.json
demisto_sdk/tests/test_files/artifacts/content_filtered_by_id_set/content_packs/Sample01/Author_image.png
demisto_sdk/tests/test_files/artifacts/content_filtered_by_id_set/content_packs/Sample01/README.md
demisto_sdk/tests/test_files/artifacts/content_filtered_by_id_set/content_packs/Sample01/metadata.json
demisto_sdk/tests/test_files/artifacts/content_filtered_by_id_set/content_packs/Sample01/pack_metadata.json
demisto_sdk/tests/test_files/artifacts/content_filtered_by_id_set/content_packs/Sample01/IncidentTypes/incidenttype-sample_packs.json
demisto_sdk/tests/test_files/artifacts/content_filtered_by_id_set/content_packs/Sample01/IncidentTypes/incidenttype-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/content_filtered_by_id_set/content_packs/Sample01/Integrations/integration-sample_packs.yml
demisto_sdk/tests/test_files/artifacts/content_filtered_by_id_set/content_packs/Sample01/Integrations/integration-sample_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content_filtered_by_id_set/content_packs/Sample01/Playbooks/playbook-sample_packs.yml
demisto_sdk/tests/test_files/artifacts/content_filtered_by_id_set/content_packs/Sample01/Playbooks/playbook-sample_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content_filtered_by_id_set/content_packs/Sample01/ReleaseNotes/1_1_1.json
demisto_sdk/tests/test_files/artifacts/content_filtered_by_id_set/content_packs/Sample01/ReleaseNotes/1_1_1.md
demisto_sdk/tests/test_files/artifacts/content_filtered_by_id_set/content_packs/Sample01/Scripts/script-sample_packs.yml
demisto_sdk/tests/test_files/artifacts/content_filtered_by_id_set/content_packs/Sample01/Scripts/script-sample_packs_new.yml
demisto_sdk/tests/test_files/artifacts/content_filtered_by_id_set/content_test/content-descriptor.json
demisto_sdk/tests/test_files/artifacts/private/all_content/canvas-sample2_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/canvas-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/canvas-sample_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/canvas-sample_new2.json
demisto_sdk/tests/test_files/artifacts/private/all_content/canvas-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/canvas-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/private/all_content/classifier-sample2_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/classifier-sample_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/classifier-sample_new2.json
demisto_sdk/tests/test_files/artifacts/private/all_content/content-descriptor.json
demisto_sdk/tests/test_files/artifacts/private/all_content/dashboard-sample2_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/dashboard-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/dashboard-sample_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/dashboard-sample_new2.json
demisto_sdk/tests/test_files/artifacts/private/all_content/dashboard-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/dashboard-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/private/all_content/doc-CommonServer.json
demisto_sdk/tests/test_files/artifacts/private/all_content/doc-howto.json
demisto_sdk/tests/test_files/artifacts/private/all_content/incidentfield-indicatorfield-sample.json
demisto_sdk/tests/test_files/artifacts/private/all_content/incidentfield-indicatorfield-sample2.json
demisto_sdk/tests/test_files/artifacts/private/all_content/incidentfield-sample2_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/incidentfield-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/incidentfield-sample_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/incidentfield-sample_new2.json
demisto_sdk/tests/test_files/artifacts/private/all_content/incidentfield-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/incidentfield-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/private/all_content/incidenttype-sample2_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/incidenttype-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/incidenttype-sample_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/incidenttype-sample_new2.json
demisto_sdk/tests/test_files/artifacts/private/all_content/incidenttype-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/incidenttype-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/private/all_content/integration-sample2_new.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/integration-sample2_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/integration-sample_new.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/integration-sample_new2.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/integration-sample_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/integration-sample_packs_new2.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/layoutscontainer-sample2_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/layoutscontainer-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/layoutscontainer-sample_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/layoutscontainer-sample_new2.json
demisto_sdk/tests/test_files/artifacts/private/all_content/layoutscontainer-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/layoutscontainer-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/private/all_content/playbook-sample2_new.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/playbook-sample2_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/playbook-sample3_new.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/playbook-sample3_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/playbook-sample4_new.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/playbook-sample4_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/playbook-sample5_new.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/playbook-sample5_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/playbook-sample_new.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/playbook-sample_new2.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/playbook-sample_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/playbook-sample_packs_new2.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/playbook-sample_packs_test1.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/playbook-sample_packs_test3.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/playbook-sample_packs_test4.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/playbook-sample_test1.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/playbook-sample_test3.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/playbook-sample_test4.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/report-sample2_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/report-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/report-sample_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/report-sample_new2.json
demisto_sdk/tests/test_files/artifacts/private/all_content/report-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/report-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/private/all_content/reputation-sample2_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/reputation-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/reputation-sample_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/reputation-sample_new2.json
demisto_sdk/tests/test_files/artifacts/private/all_content/reputation-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/reputation-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/private/all_content/script-sample2_new.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/script-sample2_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/script-sample_new.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/script-sample_new2.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/script-sample_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/script-sample_packs_new2.yml
demisto_sdk/tests/test_files/artifacts/private/all_content/tools-sample.zip
demisto_sdk/tests/test_files/artifacts/private/all_content/tools-sample1.zip
demisto_sdk/tests/test_files/artifacts/private/all_content/tools-sample2.zip
demisto_sdk/tests/test_files/artifacts/private/all_content/widget-sample2_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/widget-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/widget-sample_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/widget-sample_new2.json
demisto_sdk/tests/test_files/artifacts/private/all_content/widget-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/all_content/widget-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_new/canvas-sample2_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/canvas-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/canvas-sample_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/canvas-sample_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_new/canvas-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/canvas-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_new/classifier-sample2_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/classifier-sample_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/classifier-sample_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_new/content-descriptor.json
demisto_sdk/tests/test_files/artifacts/private/content_new/dashboard-sample2_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/dashboard-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/dashboard-sample_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/dashboard-sample_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_new/dashboard-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/dashboard-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_new/doc-CommonServer.json
demisto_sdk/tests/test_files/artifacts/private/content_new/doc-howto.json
demisto_sdk/tests/test_files/artifacts/private/content_new/incidentfield-indicatorfield-sample.json
demisto_sdk/tests/test_files/artifacts/private/content_new/incidentfield-indicatorfield-sample2.json
demisto_sdk/tests/test_files/artifacts/private/content_new/incidentfield-sample2_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/incidentfield-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/incidentfield-sample_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/incidentfield-sample_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_new/incidentfield-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/incidentfield-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_new/incidenttype-sample2_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/incidenttype-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/incidenttype-sample_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/incidenttype-sample_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_new/incidenttype-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/incidenttype-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_new/integration-sample2_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_new/integration-sample2_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_new/integration-sample_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_new/integration-sample_new2.yml
demisto_sdk/tests/test_files/artifacts/private/content_new/integration-sample_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_new/integration-sample_packs_new2.yml
demisto_sdk/tests/test_files/artifacts/private/content_new/layoutscontainer-sample2_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/layoutscontainer-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/layoutscontainer-sample_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/layoutscontainer-sample_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_new/layoutscontainer-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/layoutscontainer-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_new/playbook-sample2_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_new/playbook-sample2_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_new/playbook-sample_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_new/playbook-sample_new2.yml
demisto_sdk/tests/test_files/artifacts/private/content_new/playbook-sample_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_new/playbook-sample_packs_new2.yml
demisto_sdk/tests/test_files/artifacts/private/content_new/report-sample2_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/report-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/report-sample_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/report-sample_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_new/report-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/report-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_new/reputation-sample2_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/reputation-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/reputation-sample_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/reputation-sample_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_new/reputation-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/reputation-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_new/script-sample2_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_new/script-sample2_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_new/script-sample_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_new/script-sample_new2.yml
demisto_sdk/tests/test_files/artifacts/private/content_new/script-sample_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_new/script-sample_packs_new2.yml
demisto_sdk/tests/test_files/artifacts/private/content_new/tools-sample.zip
demisto_sdk/tests/test_files/artifacts/private/content_new/tools-sample1.zip
demisto_sdk/tests/test_files/artifacts/private/content_new/tools-sample2.zip
demisto_sdk/tests/test_files/artifacts/private/content_new/widget-sample2_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/widget-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/widget-sample_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/widget-sample_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_new/widget-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_new/widget-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Base/Documentation/doc-CommonServer.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Base/Documentation/doc-howto.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/Author_image.png
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/README.md
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/pack_metadata.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/Connections/canvas-sample_packs.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/Connections/canvas-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/Dashboards/dashboard-sample_packs.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/Dashboards/dashboard-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/IncidentFields/incidentfield-sample_packs.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/IncidentFields/incidentfield-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/IncidentTypes/incidenttype-sample_packs.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/IncidentTypes/incidenttype-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/IndicatorFields/incidentfield-indicatorfield-sample.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/IndicatorTypes/reputation-sample_packs.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/IndicatorTypes/reputation-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/Integrations/integration-sample_packs.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/Integrations/integration-sample_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/Layouts/layoutscontainer-sample_packs.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/Layouts/layoutscontainer-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/Playbooks/playbook-sample_packs.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/Playbooks/playbook-sample_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/ReleaseNotes/1_1_1.md
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/Reports/report-sample_packs.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/Reports/report-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/Scripts/script-sample_packs.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/Scripts/script-sample_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/TestPlaybooks/playbook-sample3_packs.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/TestPlaybooks/playbook-sample3_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/TestPlaybooks/playbook-sample_packs.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/TestPlaybooks/playbook-sample_packs1.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/TestPlaybooks/playbook-sample_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/TestPlaybooks/playbook-sample_packs_test1.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/Tools/tools-sample.zip
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/Widgets/widget-sample_packs.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample01/Widgets/widget-sample_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/README.md
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/pack_metadata.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Connections/canvas-sample2_packs.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Connections/canvas-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Connections/canvas-sample_packs2.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Connections/canvas-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Dashboards/dashboard-sample2_packs.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Dashboards/dashboard-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Dashboards/dashboard-sample_packs2.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Dashboards/dashboard-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/IncidentFields/incidentfield-sample2_packs.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/IncidentFields/incidentfield-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/IncidentFields/incidentfield-sample_packs2.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/IncidentFields/incidentfield-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/IncidentTypes/incidenttype-sample2_packs.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/IncidentTypes/incidenttype-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/IncidentTypes/incidenttype-sample_packs2.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/IncidentTypes/incidenttype-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/IndicatorFields/incidentfield-indicatorfield-sample2.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/IndicatorTypes/reputation-sample2_packs.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/IndicatorTypes/reputation-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/IndicatorTypes/reputation-sample_packs2.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/IndicatorTypes/reputation-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Integrations/integration-sample2_packs.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Integrations/integration-sample2_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Integrations/integration-sample_packs2.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Integrations/integration-sample_packs_new2.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Layouts/layoutscontainer-sample2_packs.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Layouts/layoutscontainer-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Layouts/layoutscontainer-sample_packs2.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Layouts/layoutscontainer-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Playbooks/playbook-sample2_packs.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Playbooks/playbook-sample2_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Playbooks/playbook-sample_packs2.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Playbooks/playbook-sample_packs_new2.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/ReleaseNotes/1_1_1.md
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Reports/report-sample2_packs.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Reports/report-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Reports/report-sample_packs2.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Reports/report-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Scripts/script-sample2_packs.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Scripts/script-sample2_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Scripts/script-sample_packs2.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Scripts/script-sample_packs_new2.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/TestPlaybooks/playbook-sample2_packs.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/TestPlaybooks/playbook-sample2_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/TestPlaybooks/playbook-sample4_packs.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/TestPlaybooks/playbook-sample4_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/TestPlaybooks/playbook-sample_packs3.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/TestPlaybooks/playbook-sample_packs_test3.yml
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Tools/tools-sample1.zip
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Tools/tools-sample2.zip
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Widgets/widget-sample2_packs.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Widgets/widget-sample2_packs_new.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Widgets/widget-sample_packs2.json
demisto_sdk/tests/test_files/artifacts/private/content_packs/Sample02/Widgets/widget-sample_packs_new2.json
demisto_sdk/tests/test_files/artifacts/private/content_test/content-descriptor.json
demisto_sdk/tests/test_files/artifacts/private/content_test/playbook-sample2_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_test/playbook-sample2_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_test/playbook-sample3_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_test/playbook-sample3_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_test/playbook-sample4_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_test/playbook-sample4_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_test/playbook-sample5_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_test/playbook-sample5_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_test/playbook-sample_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_test/playbook-sample_packs_new.yml
demisto_sdk/tests/test_files/artifacts/private/content_test/playbook-sample_packs_test1.yml
demisto_sdk/tests/test_files/artifacts/private/content_test/playbook-sample_packs_test3.yml
demisto_sdk/tests/test_files/artifacts/private/content_test/playbook-sample_packs_test4.yml
demisto_sdk/tests/test_files/artifacts/private/content_test/playbook-sample_test1.yml
demisto_sdk/tests/test_files/artifacts/private/content_test/playbook-sample_test3.yml
demisto_sdk/tests/test_files/artifacts/private/content_test/playbook-sample_test4.yml
demisto_sdk/tests/test_files/content_repo_example/content-descriptor.json
demisto_sdk/tests/test_files/content_repo_example/IndicatorFields/field.json
demisto_sdk/tests/test_files/content_repo_example/IndicatorFields/incidentfield-valid.json
demisto_sdk/tests/test_files/content_repo_example/IndicatorTypes/cidr.json
demisto_sdk/tests/test_files/content_repo_example/IndicatorTypes/reputation-cve.json
demisto_sdk/tests/test_files/content_repo_example/IndicatorTypes/reputations.json
demisto_sdk/tests/test_files/content_repo_example/Integrations/Securonix/CommonServerPython.py
demisto_sdk/tests/test_files/content_repo_example/Integrations/Securonix/Pipfile
demisto_sdk/tests/test_files/content_repo_example/Integrations/Securonix/Pipfile.lock
demisto_sdk/tests/test_files/content_repo_example/Integrations/Securonix/README.md
demisto_sdk/tests/test_files/content_repo_example/Integrations/Securonix/Securonix.py
demisto_sdk/tests/test_files/content_repo_example/Integrations/Securonix/Securonix.yml
demisto_sdk/tests/test_files/content_repo_example/Integrations/Securonix/Securonix_image.png
demisto_sdk/tests/test_files/content_repo_example/Integrations/Securonix/Securonix_unified.yml
demisto_sdk/tests/test_files/content_repo_example/Integrations/Securonix/__init__.py
demisto_sdk/tests/test_files/content_repo_example/Integrations/Securonix/test_data/__init__.py
demisto_sdk/tests/test_files/content_repo_example/Integrations/Securonix/test_data/response_constants.py
demisto_sdk/tests/test_files/content_repo_example/Integrations/Securonix/test_data/result_constants.py
demisto_sdk/tests/test_files/content_repo_example/Packs/__init__.py
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/.pack-ignore
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/.secrets-ignore
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/CHANGELOG.md
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/README.md
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/pack_metadata.json
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/IncidentFields/incidentfield-city.json
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/Integrations/FeedAzure/CHANGELOG.md
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/Integrations/FeedAzure/CommonServerPython.py
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/Integrations/FeedAzure/FeedAzure.py
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/Integrations/FeedAzure/FeedAzure.yml
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/Integrations/FeedAzure/FeedAzure_description.md
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/Integrations/FeedAzure/FeedAzure_image.png
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/Playbooks/FeedAzure_test.yml
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/TestPlaybooks/FeedAzure_test.yml
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/TestPlaybooks/just_a_test_script.yml
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/TestPlaybooks/playbook-FeedAzure_test_copy_no_prefix.yml
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/TestPlaybooks/script-prefixed_automation.yml
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzureValid/.pack-ignore
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzureValid/.secrets-ignore
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzureValid/CHANGELOG.md
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzureValid/README.md
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzureValid/pack_metadata.json
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzureValid/IncidentFields/incidentfield-city.json
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzureValid/Integrations/FeedAzureValid/CHANGELOG.md
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzureValid/Integrations/FeedAzureValid/CommonServerPython.py
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzureValid/Integrations/FeedAzureValid/FeedAzureValid.py
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzureValid/Integrations/FeedAzureValid/FeedAzureValid.yml
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzureValid/Integrations/FeedAzureValid/FeedAzureValid_description.md
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzureValid/Integrations/FeedAzureValid/FeedAzureValid_image.png
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzureValid/Integrations/FeedAzureValid/__init__.py
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzureValid/TestPlaybooks/just_a_test_script.yml
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzureValid/TestPlaybooks/script-prefixed_automation.yml
demisto_sdk/tests/test_files/content_repo_example/Packs/VMware/.pack-ignore
demisto_sdk/tests/test_files/content_repo_example/Packs/VMware/.secrets-ignore
demisto_sdk/tests/test_files/content_repo_example/Packs/VMware/README.md
demisto_sdk/tests/test_files/content_repo_example/Packs/VMware/pack_metadata.json
demisto_sdk/tests/test_files/content_repo_example/Packs/VMware/Integrations/integration-VMware.yml
demisto_sdk/tests/test_files/content_repo_example/Packs/VMware/Integrations/integration-VMware_README.md
demisto_sdk/tests/test_files/content_repo_example/Packs/VMware/TestPlaybooks/playbook-VMWare_Test.yml
demisto_sdk/tests/test_files/content_repo_example/Scripts/script-Sleep.yml
demisto_sdk/tests/test_files/content_repo_example/TestPlaybooks/script-Sleep-for-testplaybook.yml
demisto_sdk/tests/test_files/content_repo_example/Tools/test/assign.ps1
demisto_sdk/tests/test_files/content_slim/content-descriptor.json
demisto_sdk/tests/test_files/content_slim/dict_json.json
demisto_sdk/tests/test_files/content_slim/list_json.json
demisto_sdk/tests/test_files/content_slim/Documentation/common_server_docs.py
demisto_sdk/tests/test_files/content_slim/Documentation/doc-CommonServer.json
demisto_sdk/tests/test_files/content_slim/Documentation/doc-howto.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/.pack-ignore
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/.secrets-ignore
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Author_image.png
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/CHANGELOG.md
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/CONTRIBUTORS.md
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/README.md
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/pack_metadata.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Classifiers/classifier-sample_new.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Classifiers/classifier-sample_new_CHANGELOG.md
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Classifiers/classifier-sample_new_README.md
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Connections/canvas-sample_new.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Connections/canvas-sample_packs.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Connections/canvas-sample_packs_new.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Dashboards/dashboard-sample_new.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Dashboards/dashboard-sample_packs.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Dashboards/dashboard-sample_packs_new.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/GenericDefinitions/genericdefinition-assetGroups.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/GenericDefinitions/genericdefinition-assets.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/GenericFields/operatingSystem/field-assets-OperatingSystem.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/GenericModules/genericmodule-RBVM.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/GenericTypes/workStation/genericobjecttype-Workstation.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/IncidentFields/incidentfield-sample_new.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/IncidentFields/incidentfield-sample_packs.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/IncidentFields/incidentfield-sample_packs_new.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/IncidentTypes/incidenttype-sample_new.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/IncidentTypes/incidenttype-sample_packs.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/IncidentTypes/incidenttype-sample_packs_new.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/IndicatorFields/incidentfield-sample.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/IndicatorTypes/reputation-sample_new.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/IndicatorTypes/reputation-sample_packs.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/IndicatorTypes/reputation-sample_packs_new.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Integrations/integration-sample_new.yml
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Integrations/integration-sample_packs.yml
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Integrations/integration-sample_packs_new.yml
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Layouts/layoutscontainer-sample_new.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Layouts/layoutscontainer-sample_packs.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Layouts/layoutscontainer-sample_packs_new.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Lists/bad_from_version.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Lists/bad_name.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Lists/bad_version.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Lists/list-bad_format.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Lists/list-bad_name.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Lists/list-checked_integrations.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Playbooks/playbook-sample_new.yml
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Playbooks/playbook-sample_new_README.md
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Playbooks/playbook-sample_packs.yml
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Playbooks/playbook-sample_packs_new.yml
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/PreProcessRules/preprocessrule-Drop.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/PreProcessRules/sample_bad.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/ReleaseNotes/1_1_1.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/ReleaseNotes/1_1_1.md
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Reports/report-sample_new.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Reports/report-sample_packs.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Reports/report-sample_packs_new.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Scripts/script-sample_new.yml
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Scripts/script-sample_new_CHANGELOG.md
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Scripts/script-sample_new_README.md
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Scripts/script-sample_packs.yml
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Scripts/script-sample_packs_new.yml
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/TestPlaybooks/playbook-sample_packs_test1.yml
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/TestPlaybooks/playbook-sample_test1.yml
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Tools/sample/empty.txt
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Widgets/widget-sample_new.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Widgets/widget-sample_packs.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/Widgets/widget-sample_packs_new.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample01/doc_files/sample_packs.png
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/.pack-ignore
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/.secrets-ignore
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/CHANGELOG.md
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/README.md
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/pack_metadata.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Classifiers/classifier-sample_new2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Classifiers/classifier-sample_new2_CHANGELOG.md
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Classifiers/classifier-sample_new2_README.md
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Connections/canvas-sample_new2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Connections/canvas-sample_packs2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Connections/canvas-sample_packs_new2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Dashboards/dashboard-sample_new2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Dashboards/dashboard-sample_packs2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Dashboards/dashboard-sample_packs_new2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/IncidentFields/incidentfield-sample_new2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/IncidentFields/incidentfield-sample_packs2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/IncidentFields/incidentfield-sample_packs_new2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/IncidentTypes/incidenttype-sample_new2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/IncidentTypes/incidenttype-sample_packs2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/IncidentTypes/incidenttype-sample_packs_new2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/IndicatorFields/incidentfield-sample2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/IndicatorTypes/reputation-sample_new2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/IndicatorTypes/reputation-sample_packs2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/IndicatorTypes/reputation-sample_packs_new2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Integrations/integration-sample_new2.yml
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Integrations/integration-sample_packs2.yml
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Integrations/integration-sample_packs_new2.yml
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Layouts/layoutscontainer-sample_new2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Layouts/layoutscontainer-sample_packs2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Layouts/layoutscontainer-sample_packs_new2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Playbooks/playbook-sample_new2.yml
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Playbooks/playbook-sample_packs2.yml
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Playbooks/playbook-sample_packs_new2.yml
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/ReleaseNotes/1_1_1.md
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Reports/report-sample_new2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Reports/report-sample_packs2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Reports/report-sample_packs_new2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Scripts/script-sample_new2.yml
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Scripts/script-sample_new2_CHANGELOG.md
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Scripts/script-sample_new2_README.md
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Scripts/script-sample_packs2.yml
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Scripts/script-sample_packs_new2.yml
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/TestPlaybooks/playbook-sample_packs_test3.yml
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/TestPlaybooks/playbook-sample_test3.yml
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Tools/sample1/empty.txt
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Tools/sample2/empty.txt
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Widgets/widget-sample_new2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Widgets/widget-sample_packs2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/Widgets/widget-sample_packs_new2.json
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/doc_files/sample2_packs.png
demisto_sdk/tests/test_files/content_slim/Packs/Sample02/doc_files/sample_packs2.png
demisto_sdk/tests/test_files/content_slim/TestPlaybooks/playbook-sample_packs4.yml
demisto_sdk/tests/test_files/content_slim/TestPlaybooks/playbook-sample_packs_test4.yml
demisto_sdk/tests/test_files/content_slim/TestPlaybooks/playbook-sample_test4.yml
demisto_sdk/tests/test_files/create_id_set/excluded_items_by_pack.py
demisto_sdk/tests/test_files/create_id_set/excluded_items_by_type.py
demisto_sdk/tests/test_files/create_id_set/id_set_after_manual_removal.json
demisto_sdk/tests/test_files/create_id_set/id_set_after_removing_dependencies.json
demisto_sdk/tests/test_files/create_id_set/packs_dependencies_results.py
demisto_sdk/tests/test_files/create_id_set/unfiltered_id_set.json
demisto_sdk/tests/test_files/create_id_set/mini_id_set/excluded_items_by_pack.py
demisto_sdk/tests/test_files/create_id_set/mini_id_set/excluded_items_by_type.py
demisto_sdk/tests/test_files/create_id_set/mini_id_set/id_set_after_manual_removal.json
demisto_sdk/tests/test_files/create_id_set/mini_id_set/id_set_after_removing_dependencies.json
demisto_sdk/tests/test_files/create_id_set/mini_id_set/packs_dependencies_results.py
demisto_sdk/tests/test_files/default_python2/Pipfile
demisto_sdk/tests/test_files/default_python2/Pipfile.lock
demisto_sdk/tests/test_files/docs_test/closing-params.png
demisto_sdk/tests/test_files/docs_test/id_set.json
demisto_sdk/tests/test_files/docs_test/positive_docs_section_end_with_eof.md
demisto_sdk/tests/test_files/docs_test/script-Set.yml
demisto_sdk/tests/test_files/docs_test/set_expected-README.md
demisto_sdk/tests/test_files/download_command/demisto_api_response
demisto_sdk/tests/test_files/fake_integration/.vulture_whitelist.py
demisto_sdk/tests/test_files/fake_integration/__init__.py
demisto_sdk/tests/test_files/fake_integration/command_examples.txt
demisto_sdk/tests/test_files/fake_integration/fake.secrets-ignore
demisto_sdk/tests/test_files/fake_integration/fake_README.md
demisto_sdk/tests/test_files/fake_integration/fake_integration.py
demisto_sdk/tests/test_files/fake_integration/fake_integration.yml
demisto_sdk/tests/test_files/fake_integration/fake_new_contribution_README.md
demisto_sdk/tests/test_files/fake_integration/fake_secrets_white_list.json
demisto_sdk/tests/test_files/fake_pack/.pack-ignore
demisto_sdk/tests/test_files/fake_pack/.secrets-ignore
demisto_sdk/tests/test_files/fake_pack/Author_image.png
demisto_sdk/tests/test_files/fake_pack/README.md
demisto_sdk/tests/test_files/fake_pack/__init__.py
demisto_sdk/tests/test_files/fake_pack/pack_metadata.json
demisto_sdk/tests/test_files/fake_pack/Integrations/__init__.py
demisto_sdk/tests/test_files/fake_pack/Integrations/fake_changelog/__init__.py
demisto_sdk/tests/test_files/fake_pack/Integrations/test_data/results.json
demisto_sdk/tests/test_files/fake_pack_invalid/.pack-ignore
demisto_sdk/tests/test_files/fake_pack_invalid/.secrets-ignore
demisto_sdk/tests/test_files/fake_pack_invalid/README.md
demisto_sdk/tests/test_files/fake_pack_invalid/__init__.py
demisto_sdk/tests/test_files/fake_pack_invalid/pack_metadata.json
demisto_sdk/tests/test_files/fake_pack_invalid/Integrations/__init__.py
demisto_sdk/tests/test_files/fake_pack_invalid/Integrations/fake_changelog/__init__.py
demisto_sdk/tests/test_files/generic_testing/GenericDefinitions/genericdefinition-object.json
demisto_sdk/tests/test_files/generic_testing/GenericFields/Object/genericfield-Sample.json
demisto_sdk/tests/test_files/generic_testing/GenericTypes/Object/generictype-Sample.json
demisto_sdk/tests/test_files/id_set/id_set.json
demisto_sdk/tests/test_files/integration-display-credentials-none/README.md
demisto_sdk/tests/test_files/integration-display-credentials-none/integration-display-credentials-none.yml
demisto_sdk/tests/test_files/invalid_file_structures/dashboard.json
demisto_sdk/tests/test_files/invalid_file_structures/integration.yml
demisto_sdk/tests/test_files/invalid_file_structures/playbook.yml
demisto_sdk/tests/test_files/invalid_file_structures/script.yml
demisto_sdk/tests/test_files/update-docker/Slack.yml
demisto_sdk/tests/test_files/update-docker/SlackAsk.yml
demisto_sdk/utils/deploy.sh
demisto_sdk/utils/server_schema_change_slack_notifier.py
demisto_sdk/utils/trigger_against_content_branch.sh
demisto_sdk/utils/trigger_against_content_master.sh
docs/cla.pdf
docs/create_command.md
docs/development_guide.md
docs/release_guide.md