You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature
Modified the pre-commit command tests collections flow to collect all tests files in the same directory as a changed script for improved robustness. #4761
RN111 will now fail when unnecessarily updating a docker image. #4741
Added IF109 to the new validation format. Checks whether an incident or indicator field has a valid required field value. #4753
Added IF117 to the new validation format. Checks whether an incident or indicator field aliases have a valid marketplaces field value. #4753
Fix
Fixed an issue in update-release-notes command will fail when handling special characters in the --text argument. #4751
Fixed an issue where in some cases, parsing playbook related files would fail due to naming discrepancy. #4758
Fixed an issue where the update-release-notes command would delete the version from the pack metadata when using the -u flag with an invalid value. #4765
Fixed an issue where the ST110 validation failed when adding the marketplaces key to the CaseLayout content item. #4763
Updated pre-commit command Ruff Hook to use the output-format argument. #4767
Internal
Added IF118 to the new validation format. Checks if an alias of an incident field has it's own alias. #4748
Added PB121 to the new validation format. Checks if the inputs of a playbook that are intended to be fetched from the context are in the correct format. #4702