github ottomatica/opunit v0.6.0

latest releases: v0.7.8, v0.7.7, v0.6.1...
3 years ago

Features 💡

  • adding a msg for reachability permissions (2c90f58)

  • adding jq queries in contains check (9040c69)

  • adding valid check (JSON validation) (649118d)

  • adding valid check (YAML validation) (736a27b)

     - valid:
         - json: /path/config.json
         - yaml: /path/playbook.yml
  • automatically use https in availability check, if port=443 (ef242e3)

  • remove jq from report if jq is not used (de75ec5), closes #204

  • usr/grp + part permission in reachable (PoC) (4bb9fe3)

     # check if group `foo` has write permission to this file
     - path: /path/file
       permission: w
       group: foo
  • usr/grp with octal permission in reachable (f15b21d)

     - path: /path/file
       permission: 660
       group: foo
  • valid checks for local connector (c162191)

Bugs 🐛

  • set rejectUnauthorized=false in availability (f5d53e3)

Don't miss a new opunit release

NewReleases is sending notifications on new releases.