vscode-datree icon indicating copy to clipboard operation
vscode-datree copied to clipboard

datree test json,xml and yaml output change on version 1.0.0

Open TzlilSwimmer123 opened this issue 2 years ago • 1 comments

Hi, datree version 1.0.0 contains an update to the datree test json, xml and yaml output. We added occurrences property to the occurrencesDetails object

TzlilSwimmer123 avatar Mar 15 '22 14:03 TzlilSwimmer123

here is an example:

  - identifier: CONTAINERS_MISSING_CPU_LIMIT_KEY
    name: Ensure each container has a configured CPU limit
    messageOnFailure: Missing property object `limits.cpu` - value should be within
      the accepted boundaries recommended by the organization
    occurrencesDetails:
    - metadataName: release-name-prometheus-node-exporter
      kind: DaemonSet
      occurrences: 1
    - metadataName: release-name-prometheus-alertmanager
      kind: Deployment
      occurrences: 2

eyarz avatar Mar 16 '22 16:03 eyarz