kubernetes: set CVE_VERSION explicitly

The CVE_VERSION defaults to PV, but in NVD database, there's no
prefixing 'v' in database. So set CVE_VERSION explicitly for better
CVE scanning.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Chen Qi 2023-07-24 11:15:48 +08:00 committed by Bruce Ashfield
parent 5dda7078ba
commit fcf7968f1d

View File

@ -6,6 +6,7 @@ maintenance, and scaling of applications. \
"
PV = "v1.27.1+git${SRCREV_kubernetes}"
CVE_VERSION = "1.27.1"
SRCREV_kubernetes = "2555e0f90e80a13628f47eca5cde34decc89babb"
SRCREV_kubernetes-release = "21382abdbfa8e6a43fd417306fa649cb651cc06e"
PE = "1"