[PATCH][yocto-autobuilder-helper 2/2] config: filter CVEs from core out of the meta-oe report
Ross Burton <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.43.0