SuyashSonawane / vscode-datree

Simple VSCode Extension that allows you to run Datree tests on Kubernetes configurations.
https://marketplace.visualstudio.com/items?itemName=suyashsonawane.vscode-datree
MIT License
27 stars 3 forks source link

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

Open TzlilSwimmer123 opened 2 years ago

TzlilSwimmer123 commented 2 years ago

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

eyarz commented 2 years ago

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