Summary of Contributions:
Project: Datree
- Feature #927: Add configuration for schema_locations, policy_config in config
The contribution involves adding a feature to configure the schema location and policy config into a config file. This enhancement would likely improve the customization and ease of use for users of the CLI tool.
- Feature #931: Print policy as code identifier in verbose mode
To enhance the tool's verbose mode by displaying policy as code (rule name). This addition would provide users with better visibility into the applied policies and their corresponding code.
- Feature #932: Add Exclude paths(flag) regex in test command
Add an exclude path (in regex) flag to the
test
command. This enhancement would enable users to specify specific paths or files to exclude from the testing process, adding flexibility to the tool.