Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

Add test for k8s version recency (#288)

Kurt Garloff requested to merge issue/288 into main

Created by: cah-hbaum

This PR adds a test for the K8s version recency standard. A user can execute the test script and provide his Kubernetes Cluster config file in order to check if the cluster version is still in line with the versions demanded by the standard.

The following requirements are set:

  • Minor version is not older then 4 months
  • Patch version is not older then 1 week
  • Versions with CVEs need to be patched faster

This PR also adds a configuration file for the test script, which allows setting different logging parameters as well as the Github Token required to access the latest K8s release information in a readable format.

Closes #288 (closed)

Merge request reports