@@ -15,8 +15,6 @@ variables:
MIRROR_GHCR: ghcr.io
# The list of extra Kas fragments to be used when building
EXTRA_KAS_FILES: ""
- # The NVD API key to use when fetching CVEs
- NVDCVE_API_KEY: ""
stages:
- prep
deleted file mode 100644
@@ -1,20 +0,0 @@
-# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json
-
-header:
- version: 14
-
-local_conf_header:
- cve: |
- INHERIT += "cve-check"
-
- # Allow the runner environment to provide an API key
- NVDCVE_API_KEY = "${@d.getVar('BB_ORIGENV').getVar('NVDCVE_API_KEY') or ''}"
-
- # Just show the warnings for our layers
- CVE_CHECK_SHOW_WARNINGS = "0"
- CVE_CHECK_SHOW_WARNINGS:layer-arm-toolchain = "1"
- CVE_CHECK_SHOW_WARNINGS:layer-meta-arm = "1"
- CVE_CHECK_SHOW_WARNINGS:layer-meta-arm-bsp = "1"
-
- # Ignore the kernel, we sometime carry kernels in meta-arm
- CVE_CHECK_SHOW_WARNINGS:pn-linux-yocto = "0"
This yml fragment wasn't actually used by our CI, and the cve-check class no longer exists. Signed-off-by: Ross Burton <ross.burton@arm.com> --- .gitlab-ci.yml | 2 -- ci/cve.yml | 20 -------------------- 2 files changed, 22 deletions(-) delete mode 100644 ci/cve.yml