.flake8
.gitignore
CHANGELOG.md
LICENSE
README.md
deploy.sh
requirements.txt
setup.py
test-requirements.txt
tox.ini
.circleci/config.yml
demisto_sdk/__init__.py
demisto_sdk/__main__.py
demisto_sdk/core.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/common/__init__.py
demisto_sdk/common/configuration.py
demisto_sdk/common/constants.py
demisto_sdk/common/tools.py
demisto_sdk/common/dev_envs/default_python2/Pipfile
demisto_sdk/common/dev_envs/default_python2/Pipfile.lock
demisto_sdk/common/dev_envs/default_python3/Pipfile
demisto_sdk/common/dev_envs/default_python3/Pipfile.lock
demisto_sdk/common/dev_envs/pytest/conftest.py
demisto_sdk/common/hook_validations/base_validator.py
demisto_sdk/common/hook_validations/classifier.py
demisto_sdk/common/hook_validations/conf_json.py
demisto_sdk/common/hook_validations/dashboard.py
demisto_sdk/common/hook_validations/description.py
demisto_sdk/common/hook_validations/id.py
demisto_sdk/common/hook_validations/image.py
demisto_sdk/common/hook_validations/incident_field.py
demisto_sdk/common/hook_validations/integration.py
demisto_sdk/common/hook_validations/layout.py
demisto_sdk/common/hook_validations/pack_unique_files.py
demisto_sdk/common/hook_validations/reputation.py
demisto_sdk/common/hook_validations/script.py
demisto_sdk/common/hook_validations/structure.py
demisto_sdk/common/hook_validations/tests_constants.py
demisto_sdk/common/hook_validations/widget.py
demisto_sdk/common/schemas/canvas-context-connections.yml
demisto_sdk/common/schemas/classifier.yml
demisto_sdk/common/schemas/dashboard.yml
demisto_sdk/common/schemas/incidentfield.yml
demisto_sdk/common/schemas/incidentfields.yml
demisto_sdk/common/schemas/integration.yml
demisto_sdk/common/schemas/integration_CHANGELOG.md
demisto_sdk/common/schemas/layout.yml
demisto_sdk/common/schemas/playbook.yml
demisto_sdk/common/schemas/report.yml
demisto_sdk/common/schemas/script.yml
demisto_sdk/common/schemas/script_CHANGELOG.md
demisto_sdk/common/schemas/widget.yml
demisto_sdk/common/scripts/__init__.py
demisto_sdk/common/scripts/update_id_set.py
demisto_sdk/common/scripts/dev_scripts/pkg_dev_container_setup.sh
demisto_sdk/common/scripts/dev_scripts/run_dev_tasks.sh
demisto_sdk/common/scripts/dev_scripts/run_mypy.sh
demisto_sdk/dev_tools/linter.py
demisto_sdk/validation/__init__.py
demisto_sdk/validation/file_validator.py
demisto_sdk/validation/secrets.py
demisto_sdk/yaml_tools/__init__.py
demisto_sdk/yaml_tools/content_creator.py
demisto_sdk/yaml_tools/extractor.py
demisto_sdk/yaml_tools/unifier.py
docs/cla.pdf
docs/development_guide.md
docs/validation_testing.md
tests/__init__.py
tests/conf_test.py
tests/id_test.py
tests/image_test.py
tests/incident_field_test.py
tests/integration_test.py
tests/pack_unique_files_test.py
tests/script_test.py
tests/secrets_test.py
tests/structure_test.py
tests/tools_test.py
tests/update_id_set_test.py
tests/validators_test.py
tests/test_files/Playbooks.playbook-invalid.yml
tests/test_files/Playbooks.playbook-test.yml
tests/test_files/dashboard-invalid.json
tests/test_files/dashboard-valid.json
tests/test_files/default_image.png
tests/test_files/fake-script.yml
tests/test_files/fake_integration.yml
tests/test_files/fake_json.json
tests/test_files/incidentfield-invalid.json
tests/test_files/incidentfield-valid.json
tests/test_files/integration-Zoom.yml
tests/test_files/integration-invalid-id-test.yml
tests/test_files/integration-test.yml
tests/test_files/integration-valid-id-test.yml
tests/test_files/layout-invalid.json
tests/test_files/layout-valid.json
tests/test_files/playbook-invalid-id-test.yml
tests/test_files/playbook-valid-id-test.yml
tests/test_files/reputations-invalid.json
tests/test_files/reputations-valid.json
tests/test_files/script-invalid.yml
tests/test_files/script-valid.yml
tests/test_files/secrets_white_list.json
tests/test_files/widget-invalid-version.json
tests/test_files/widget-invalid.json
tests/test_files/widget-valid.json
tests/test_files/CortexXDR/.pack-ignore
tests/test_files/CortexXDR/.secrets-ignore
tests/test_files/CortexXDR/CHANGELOG.md
tests/test_files/CortexXDR/README.md
tests/test_files/CortexXDR/pack-metadata.json
tests/test_files/CortexXDR/IncidentFields/XDR_Alert_Count.json
tests/test_files/CortexXDR/IncidentFields/XDR_Alerts.json
tests/test_files/CortexXDR/IncidentFields/XDR_Assigned_User_Email.json
tests/test_files/CortexXDR/IncidentFields/XDR_Assigned_User_Pretty_Name.json
tests/test_files/CortexXDR/IncidentFields/XDR_Description.json
tests/test_files/CortexXDR/IncidentFields/XDR_Detection_Time.json
tests/test_files/CortexXDR/IncidentFields/XDR_File_Artifacts.json
tests/test_files/CortexXDR/IncidentFields/XDR_High_Severity_Alert_Count.json
tests/test_files/CortexXDR/IncidentFields/XDR_Incident_ID.json
tests/test_files/CortexXDR/IncidentFields/XDR_Low_Severity_Alert_Count.json
tests/test_files/CortexXDR/IncidentFields/XDR_Medium_Severity_Alert_Count.json
tests/test_files/CortexXDR/IncidentFields/XDR_Network_Artifacts.json
tests/test_files/CortexXDR/IncidentFields/XDR_Notes.json
tests/test_files/CortexXDR/IncidentFields/XDR_Resolve_Comment.json
tests/test_files/CortexXDR/IncidentFields/XDR_Status.json
tests/test_files/CortexXDR/IncidentFields/XDR_URL.json
tests/test_files/CortexXDR/IncidentFields/XDR_User_Count.json
tests/test_files/CortexXDR/IncidentTypes/Cortex_XDR_Incident.json
tests/test_files/CortexXDR/Integrations/PaloAltoNetworks_XDR/PaloAltoNetworks_XDR.yml
tests/test_files/CortexXDR/Integrations/PaloAltoNetworks_XDR/PaloAltoNetworks_XDR_CHANGELOG.md
tests/test_files/CortexXDR/Integrations/PaloAltoNetworks_XDR/PaloAltoNetworks_XDR_description.md
tests/test_files/CortexXDR/Integrations/PaloAltoNetworks_XDR/PaloAltoNetworks_XDR_image.png
tests/test_files/CortexXDR/Layouts/details-Cortex_XDR_Incident.json
tests/test_files/CortexXDR/Layouts/details-Cortex_XDR_Incident_CHANGELOG.md
tests/test_files/CortexXDR/Playbooks/Cortex_XDR_Incident_Handling.yml
tests/test_files/CortexXDR/Playbooks/Cortex_XDR_Incident_Handling_CHANGELOG.md
tests/test_files/CortexXDR/Playbooks/PaloAltoNetworks_Cortex_XDR_Incident_Sync.yml
tests/test_files/CortexXDR/Playbooks/PaloAltoNetworks_Cortex_XDR_Incident_Sync_CHANGELOG.md
tests/test_files/CortexXDR/Scripts/EntryWidgetNumberHostsXDR/EntryWidgetNumberHostsXDR.yml
tests/test_files/CortexXDR/Scripts/EntryWidgetNumberUsersXDR/EntryWidgetNumberUsersXDR.yml
tests/test_files/CortexXDR/Scripts/EntryWidgetPieAlertsXDR/EntryWidgetPieAlertsXDR.yml
tests/test_files/CortexXDR/Scripts/XDRSyncScript/XDRSyncScript.yml
tests/test_files/CortexXDR/TestPlaybooks/Cortex_XDR.yml
tests/test_files/fake_integration/fake.secrets-ignore
tests/test_files/fake_integration/fake_integration.py
tests/test_files/fake_integration/fake_integration.yml
tests/test_files/fake_integration/fake_secrets_white_list.json
tests/test_files/fake_pack/.pack-ignore
tests/test_files/fake_pack/.secrets-ignore
tests/test_files/fake_pack/README.md
tests/test_files/fake_pack/__init__.py
tests/test_files/fake_pack/pack-metadata.json
tests/test_files/fake_pack/Integrations/__init__.py
tests/test_files/fake_pack/Integrations/fake_changelog/__init__.py