diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5bb96c9..57793536 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/ci/cve.yml b/ci/cve.yml deleted file mode 100644 index 5ac2e412..00000000 --- a/ci/cve.yml +++ /dev/null @@ -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"