Skip to content
Snippets Groups Projects
  1. Oct 23, 2019
  2. Oct 18, 2019
  3. Oct 16, 2019
  4. Oct 15, 2019
  5. Oct 14, 2019
  6. Oct 12, 2019
  7. Oct 11, 2019
  8. Oct 09, 2019
  9. Oct 08, 2019
  10. Sep 21, 2019
  11. Sep 03, 2019
  12. Sep 02, 2019
  13. Aug 30, 2019
  14. Aug 29, 2019
  15. Aug 28, 2019
  16. Aug 27, 2019
    • Abubakr-Sadik Nii Nai Davis's avatar
      Read kubernetes version from environment (#390) · 92df9cb3
      Abubakr-Sadik Nii Nai Davis authored
      * Read kubernetes version from environment
      
      Set kubernetes version to the value of the environment variable `KUBE_BENCH_VERSION` if it is defined and the flag `--version` is not specified on the kube-bench command line.
      
      The command line flag `--version` takes precedence of the environment variable `KUBE_BENCH_VERSION` if both are defined.
      
      * Add info about KUBE_BENCH_VERSION to README
      92df9cb3
  17. Aug 23, 2019
  18. Aug 22, 2019
  19. Aug 09, 2019
  20. Aug 07, 2019
  21. Aug 06, 2019
  22. Jul 30, 2019
  23. Jul 26, 2019
  24. Jul 17, 2019
    • Roberto Rojas's avatar
      Issue #363: Adds Unit Tests for Test Comparisons (#366) · dab5e92b
      Roberto Rojas authored
      * issue #363: starts unit tests for Test Comparison.
      
      * issue #363: Adds tests for "eq" operation
      
      * changes test result message
      
      * issue #363: Adds tests for "noteq" operation
      
      * issue #363: Adds tests for "gt" operation
      
      * issue #363: Adds tests for "lt" operation
      
      * issue #363: Adds tests for "gte" operation
      
      * issue #363: Adds tests for "lte" operation
      
      * issue #363: Adds tests for "has" operation
      
      * issue #363: Adds tests for "nothave" operation
      
      * issue #363: Adds tests for "regex" operation
      dab5e92b
Loading