github demisto/demisto-sdk v1.15.0

latest releases: v1.29.2, v1.29.1, v1.29.0...
11 months ago
  • Breaking Change: the upload command now only supports XSOAR 6.5 or newer (and all XSIAM versions).
  • upload now uses content models, and calls the prepare method of each model before uploading (unless uploading a zipped pack).
  • Added a playbook modification to prepare-content, replacing getIncident calls with getAlerts, when uploading to XSIAM.
  • Added a playbook modification to prepare-content, replacing ${incident.fieldname} context accessors with ${alert.fieldname} when uploading to XSIAM.
  • Added a playbook modification to prepare-content, replacing incident to alert in task display names, when uploading to XSIAM.
  • Added a layout modification to prepare-content, replacing Related/Child/Linked Incidents to ... Alerts when uploading to XSIAM.
  • Added a script modification to prepare-content, automatically replacing the word incident with alert when uploading to XSIAM.
  • Added a validation that the validate command will fail if the dockerimage field in scripts/integrations uses any py3-native docker image.
  • Updated the ruff version used in pre-commit to 0.0.269.
  • Fixed an issue in create-content-graph which caused missing detection of duplicated content items.
  • Fixed an issue where run-unit-tests failed on python2 content items.
  • Fixed an issue in validate where core packs validations were checked against the core packs defined on master branch, rather than on the current branch.
  • Fixed an issue in pre-commit where --input flag was not filtered by the git files.
  • Skip reset containers for XSOAR NG and XSIAM(PANW-internal only).
  • Fixed an issue where lint failed fetching docker image details from a PANW GitLab CI environment. (PANW-internal only).

Don't miss a new demisto-sdk release

NewReleases is sending notifications on new releases.