enterprise-contract / ec-cli

Enterprise Contract command line interface
https://enterprisecontract.dev/docs/ec-cli/main/index.html
Apache License 2.0
26 stars 23 forks source link

Include `term` in report by default #1668

Open lcarva opened 1 month ago

lcarva commented 1 month ago

Any violations/warnings reported by the ec validate image via the yaml or json output format do not include the corresponding term by default. This can only be seen when providing the --info flag. term is an important attribute of a violation/warnings since it can be used in include/exclude causes.

Acceptance Criteria