diff mbox series

[yocto-autobuilder-helper,2/2] config: filter CVEs from core out of the meta-oe report

Message ID 20260415150033.1413106-2-ross.burton@arm.com
State New
Headers show
Series [yocto-autobuilder-helper,1/2] scripts/run-cvecheck: add option to filter out "core" recipes from the report | expand

Commit Message

Ross Burton April 15, 2026, 3 p.m. UTC
Now that cve-check has been removed the evil genius hack to hide oe-core
from the meta-oe report no longer works.

Remove it and instead pass --hide-core to run-cvecheck.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 5cc70914..2db902c4 100644
--- a/config.json
+++ b/config.json
@@ -1424,7 +1424,7 @@ 
                     "${BUILDDIR}/../meta-openembedded/meta-initramfs",
                     "${BUILDDIR}/../meta-openembedded/meta-webserver"
                     ],
-                "EXTRACMDS" : ["echo 'do_cve_check:layer-core = \"\"' >> conf/auto.conf ; ${SCRIPTSDIR}/run-cvecheck --metrics ./yocto-metrics-meta-oe --branch ${HELPERBRANCHNAME} --results ${HELPERRESULTSDIR}/../../patchmetrics-meta-oe --push"]
+                "EXTRACMDS" : ["${SCRIPTSDIR}/run-cvecheck --metrics ./yocto-metrics-meta-oe --branch ${HELPERBRANCHNAME} --results ${HELPERRESULTSDIR}/../../patchmetrics-meta-oe --hide-core --push"]
             },
             "step6": {
                 "shortname": "AB-INT report",