Enable cve-check in CI jobs for additional cve log files 41/30041/2 master
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 27 Jun 2024 12:51:19 +0000 (12:51 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 28 Jun 2024 11:47:32 +0000 (11:47 +0000)
This enables the cve-check class that creates cve reports
during the build.

Bug-AGL: SPEC-5191
Change-Id: I50cc479c97b44440afb6cb770074b29aa6f23c46
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30041
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Tested-by: Jenkins Job builder account
templates/feature/agl-ci/99_local.conf.inc

index 5f60ed0..b633751 100644 (file)
@@ -15,7 +15,7 @@ https://.*/.* ${AGL_HOST_PREMIRROR}/AGL/mirror/  \n \
 
 SSTATE_MIRRORS = "  file://.* ${AGL_HOST_SSTATE_MIRROR}/sstate-mirror/master/${DEFAULTTUNE}/PATH;downloadfilename=PATH \n                  "
 
-#INHERIT += "packagefeed-stability"
+INHERIT += "cve-check"
 INHERIT += "buildhistory"
 INHERIT += "buildstats"
 INHERIT += "buildstats-summary"