Skip to content
Snippets Groups Projects
  • Abubakr-Sadik Nii Nai Davis's avatar
    92df9cb3
    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
    History
    Read kubernetes version from environment (#390)
    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